Skip to content

Cherry Studio Integration

Cherry Studio is an excellent multi-model desktop AI client with native MCP protocol support.

Configuration Steps

  1. Open Cherry Studio → Settings → MCP Servers
  2. Click the Add button
  3. Fill in the following configuration:
json
{
  "mcpServers": {
    "sentinel": {
      "url": "https://mcp.priceminder.online?key=YOUR_MCP_KEY"
    }
  }
}

Local stdio Mode

json
{
  "mcpServers": {
    "sentinel": {
      "command": "uvx",
      "args": ["sentinel-mcp-server"],
      "env": {
        "SENTINEL_API_BASE": "https://priceminder.online/api/v1",
        "SENTINEL_TOKEN": "YOUR_API_TOKEN"
      }
    }
  }
}
  1. After saving, you can use natural language to operate monitoring data in conversations

Verification

After configuration, try the following in a Cherry Studio conversation:

  • "My watch list" → Should return monitored product data
  • "Any new price drop alerts?" → Should return alert records

FAQ

  • Tools not showing: Check if the MCP Server status is "Connected" and confirm the Token/MCP Key is correct
  • 401 Unauthorized: Token is invalid, get a new one from the Browser Extension settings page

Released under the MIT License.