Back to MCP Servers
Base
Base Network integration for onchain tools, allowing interaction with Base Network and Coinbase API for wallet management, fund transfers, smart contracts, and DeFi operations
finance-fintechapiai
By base
Installation
npx -y base-mcpConfiguration
{
"mcpServers": {
"base-mcp": {
"command": "npx",
"args": ["-y", "base-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes