Skip to content
Claude Desktop

cluster mcp for Claude Desktop

dev.clusteragent/cluster-mcp

Self-hostable index of AI financial agents — tokenized stocks + crypto, memory, LLM gateway.

client:Claude Desktop transport:streamable-http runtime:npm

Install cluster mcp in Claude Desktop

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

{
  "mcpServers": {
    "cluster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.clusteragent.dev/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

cluster mcp in other clients