Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Scope in other clients