Complete setup guide for integrating Quotient MCP with Claude Desktop.
- Install
uv:brew install uv(macOS) or follow uv installation guide
git clone https://github.com/quotient-ai/quotient-mcp
cd quotient-mcpAdd the following configuration to your Claude Desktop config file:
Access your config file:
- via UI: Settings → Developer → Local MCP → Edit Config
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Add this configuration:
{
"mcpServers": {
"quotient-mcp": {
"command": "uv",
"args": [
"run",
"--with", "fastmcp>=2.10.6",
"--with", "mcp==1.12.2",
"--with", "requests>=2.28.0",
"fastmcp",
"run",
"/absolute/path/to/your/quotient-mcp/server.py"
]
}
}
}Important: Replace
/absolute/path/to/your/quotient-mcp/server.pywith the full absolute path to yourserver.pyfile.
To automatically evaluate tool usage, add this rule to your Claude Desktop preferences:
- Go to Settings → Profile → Personal Preferences
- Copy and paste the following:
After making any tool call always use quotient-mcp evaluate_tool_call to evaluate proper tool use.
Completely quit Claude Desktop and reopen it for the changes to take effect.
Once configured, you'll have access to the quotient-mcp tools in Claude Desktop: