Base MCP

Base Network MCP server providing onchain tools for AI applications. Supports wallet management, fund transfers, smart contract deployment, Morpho vaults, ERC20/NFT operations, Coinbase onramp, and OpenRouter credits.

yejiming 1c73fff 2 files · 1.4 KB Updated

File contents

Base MCP Server

Official MCP server from Base (Coinbase).

A Model Context Protocol server that provides onchain tools for AI applications like Claude Desktop and Cursor, allowing them to interact with the Base Network and Coinbase API. Supports wallet management, fund transfers, smart contract deployment, Morpho vault interactions, ERC20/NFT operations, Coinbase onramp, and OpenRouter credit purchases.

Installation

npm install -g base-mcp

Or configure in Claude Desktop:

{
  "mcpServers": {
    "base-mcp": {
      "command": "npx",
      "args": ["-y", "base-mcp@latest"],
      "env": {
        "COINBASE_API_KEY_NAME": "your_api_key_name",
        "COINBASE_API_PRIVATE_KEY": "your_private_key",
        "SEED_PHRASE": "your seed phrase here",
        "COINBASE_PROJECT_ID": "your_project_id",
        "ALCHEMY_API_KEY": "your_alchemy_api_key"
      }
    }
  }
}

Links

yejiming/web3-awesome-skills/tree/main/skills/community/mcp-servers/base-mcp commit 1c73fffd10

Frequently asked questions

npx skillmds@latest add yejiming/base-mcp