Claude Desktop Integration
Claude Desktop is Anthropic's desktop AI client with native MCP support.
Configuration Steps
Locate the configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
Edit the configuration file and add the sentinel server:
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"
}
}
}
}TIP
If the configuration file does not exist, create it manually. Ensure the JSON format is correct.
- Fully quit Claude Desktop (not minimize), then reopen it
- You can now use natural language to operate monitoring data in conversations
Verification
After reopening Claude, try the following:
- "My watch list"
- "Any new price drop alerts?"
If tools load correctly, Claude will automatically call the corresponding MCP Tool.