Skip to content

mcp coinbase commerce for Grok

io.github.codespar/mcp-coinbase-commerce

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

client:Grok transport:stdio runtime:npm

Install mcp coinbase commerce in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-coinbase-commerce": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp coinbase commerce in other clients