Scope Analytics for Claude Desktop
io.github.wally827/scope-analytics-mcp
Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).
client:Claude Desktop
transport:stdio
runtime:pypi
Install Scope Analytics in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"scope-analytics-mcp": {
"command": "uvx",
"args": [
"scope-analytics-mcp"
],
"env": {
"SCOPE_API_KEY": "<SCOPE_API_KEY>",
"SCOPE_API_BASE": "<SCOPE_API_BASE>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs