Skip to content
Claude Desktop

CaseNode Case Law API for Claude Desktop

io.github.luptonm/casenode-legal-graph

UK case law MCP (21 tools). Free API key: casenode.ai/api/signup → Dashboard → API keys.

client:Claude Desktop transport:streamable-http

Install CaseNode Case Law API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "casenode-legal-graph": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.casenode.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

CaseNode Case Law API in other clients