Official Coinbase Base MCP server
Official Base MCP server providing onchain tools for AI. Interact with Base Network and Coinbase API for wallets, NFTs, and smart contracts.
{
"mcpServers": {
"base-blockchain": {
"mcpServers": {
"base": {
"env": {
"CDP_API_KEY": "YOUR_CDP_API_KEY"
},
"args": [
"-y",
"@base/mcp"
],
"command": "npx"
}
}
}
}
}