Compound Labs MCP

Compound Labs MCP

Local
@thecompoundJavaScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcompound-mcpv0.5.0

Run

npx -y compound-mcp

MCP client config

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