Coinbase CDP (npx) MCP Server
CommunityContributed by Coinbase
Official Coinbase Developer Platform MCP server (from @coinbase/cdp-cli). Gives agents typed tool access to every CDP API endpoint - EVM/Solana accounts, onchain data, faucets, swaps, and the encode-sign-send pipeline. Tools are generated from the CDP OpenAPI spec, so new endpoints appear automatically.
About the Coinbase CDP (npx) MCP Server
The Coinbase CDP (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Official Coinbase Developer Platform MCP server (from @coinbase/cdp-cli). Gives agents typed tool access to every CDP API endpoint - EVM/Solana accounts, onchain data, faucets, swaps, and the encode-sign-send pipeline. Tools are generated from the CDP OpenAPI spec, so new endpoints appear automatically. This is a community-contributed MCP server by Coinbase.
Install the Coinbase CDP (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coinbase/cdp-cli",
"mcp"
],
"env": {
"CDP_KEY_ID": "${input:CDP_KEY_ID}",
"CDP_KEY_SECRET": "${input:CDP_KEY_SECRET}",
"CDP_WALLET_SECRET": "${input:CDP_WALLET_SECRET}"
},
"metadata": {
"inputs": [
{
"id": "CDP_KEY_ID",
"label": "CDP API Key ID",
"description": "Coinbase Developer Platform API key ID (the 'key id' / name portion). Create an API key in the CDP Portal under API keys.",
"type": "text",
"required": true,
"secret": false,
"placeholder": "00000000-0000-0000-0000-000000000000",
"obtain": {
"url": "https://portal.cdp.coinbase.com/projects/api-keys",
"instructions": "1. Sign in at portal.cdp.coinbase.com\n2. Open your project and go to API keys\n3. Click 'Create API key'\n4. Copy the Key ID (and the Key Secret shown only once)",
"button_label": "Create API Key"
}
},
{
"id": "CDP_KEY_SECRET",
"label": "CDP API Key Secret",
"description": "Secret for your CDP API key. Used to sign short-lived JWTs for every request. Shown only once at key creation time - store it securely.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "****************************************",
"obtain": {
"url": "https://portal.cdp.coinbase.com/projects/api-keys",
"instructions": "1. Sign in at portal.cdp.coinbase.com\n2. Open your project and go to API keys\n3. Click 'Create API key'\n4. Copy the Key Secret (displayed only once)",
"button_label": "Create API Key"
}
},
{
"id": "CDP_WALLET_SECRET",
"label": "CDP Wallet Secret (optional)",
"description": "Wallet secret required only for account WRITE operations (create account, sign, send). Read-only API and onchain-data tools work without it. Generate it in the CDP Portal Server Wallet section.",
"type": "text",
"required": false,
"secret": true,
"placeholder": "****************************************",
"obtain": {
"url": "https://portal.cdp.coinbase.com/products/server-wallet/accounts",
"instructions": "1. Sign in at portal.cdp.coinbase.com\n2. Go to Server Wallet > Accounts\n3. Click 'Generate Wallet Secret'\n4. Copy / download the wallet secret (needed only for write/sign/send operations)",
"button_label": "Generate Wallet Secret"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Coinbase CDP (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
Install Coinbase CDP (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.