Cherry Studio Integration
Cherry Studio is an excellent multi-model desktop AI client with native MCP protocol support.
Configuration Steps
- Open Cherry Studio → Settings → MCP Servers
- Click the Add button
- Fill in the following configuration:
Hosted HTTP Mode (Recommended)
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"
}
}
}
}- 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