Skip to content
Claude Desktop

Locus for Claude Desktop

io.github.paladini/locus-mcp

Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.

client:Claude Desktop transport:stdio runtime:npm

Install Locus in Claude Desktop

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

{
  "mcpServers": {
    "locus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@paladini/locus-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Locus in other clients