Skip to content
Claude Desktop

coinbase mcp for Claude Desktop

io.github.junct-bot/coinbase-mcp

Coinbase - 20 tools for market data, order books, and trading pairs

client:Claude Desktop transport:streamable-http

Install coinbase mcp in Claude Desktop

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

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

coinbase mcp in other clients