Skip to content
Claude Desktop

mcp coinbase cdp for Claude Desktop

io.github.codespar/mcp-coinbase-cdp

MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key

client:Claude Desktop transport:stdio runtime:npm

Install mcp coinbase cdp in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-coinbase-cdp": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-coinbase-cdp"
      ],
      "env": {
        "COINBASE_CDP_KEY_NAME": "<COINBASE_CDP_KEY_NAME>",
        "COINBASE_CDP_PRIVATE_KEY": "<COINBASE_CDP_PRIVATE_KEY>"
      }
    }
  }
}

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

mcp coinbase cdp in other clients