# 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.

- Skill: `yejiming/base-mcp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yejiming/base-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/base-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/base-mcp

---


# 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

```bash
npm install -g base-mcp
```

Or configure in Claude Desktop:

```json
{
  "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

- **GitHub**: https://github.com/base/base-mcp
- **npm**: `base-mcp`

