base/base-mcp
Base Network integration for onchain tools, allowing interaction with Base Network and Coinbase API for wallet management, fund transfers, smart contracts, and DeFi operations
Quick Start
Clone the repository:
git clone https://github.com/base/base-mcpClaude Desktop configuration example:
{
"mcpServers": {
"base-mcp": {
"command": "npx",
"args": [
"-y",
"base/base-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.