Scope for Claude Desktop
io.github.jackgillen15-dev/scope-mcp
Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
client:Claude Desktop
transport:stdio
runtime:npm
Install Scope in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"scope-mcp": {
"command": "npx",
"args": [
"-y",
"@jackgillen15-dev/scope-mcp"
],
"env": {
"SCOPE_API_BASE": "<SCOPE_API_BASE>",
"SCOPE_API_TOKEN": "<SCOPE_API_TOKEN>",
"SCOPE_ORG_SLUG": "<SCOPE_ORG_SLUG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs