Skip to content
Cursor

Compound Labs MCP for Cursor

tech.thecompound/compound-mcp

Compound Labs: eleven keyless lookups. Model pricing, dep health, stack cost, registries.

client:Cursor transport:stdio runtime:npm

Install Compound Labs MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "compound-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "compound-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Compound Labs MCP in other clients