Skip to content

mcp coinbase commerce for Zed

io.github.codespar/mcp-coinbase-commerce

MCP server for Coinbase Commerce — crypto merchant payments (BTC/ETH/USDC); settle crypto or fiat

client:Zed transport:stdio runtime:npm

Install mcp coinbase commerce in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-coinbase-commerce": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-coinbase-commerce"
      ],
      "env": {
        "COINBASE_COMMERCE_API_KEY": "<COINBASE_COMMERCE_API_KEY>",
        "COINBASE_COMMERCE_API_VERSION": "<COINBASE_COMMERCE_API_VERSION>",
        "COINBASE_COMMERCE_WEBHOOK_SECRET": "<COINBASE_COMMERCE_WEBHOOK_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp coinbase commerce in other clients