Base Network

v1.0.0Finance & Fintechstable

Enables AI applications to interact with the Base Network blockchain and Coinbase API for onchain operations including wallet management, fund transfers, smart contract deployment, NFT handling, DeFi lending through Morpho vaults, and crypto onrampin

base-mcp-servermcpai-integration
Share:
346
Stars
0
Downloads
0
Weekly
0/5

What is Base Network?

Base Network is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai applications to interact with the base network blockchain and coinbase api for onchain operations including wallet management, fund transfers, smart contract deployment, nft handling, defi ...

Enables AI applications to interact with the Base Network blockchain and Coinbase API for onchain operations including wallet management, fund transfers, smart contract deployment, NFT handling, DeFi lending through Morpho vaults, and crypto onrampin

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enables AI applications to interact with the Base Network bl

Use Cases

Manage blockchain wallets.
Deploy smart contracts.
Execute DeFi operations on Base.
base

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx base-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Base Network

Base MCP connects AI assistants to the Base blockchain network and Coinbase's wallet infrastructure, enabling on-chain operations including sending tokens, swapping assets, signing messages, executing smart contract interactions, and making x402 micropayments for API access. The server operates across 7 mainnets (Base, Arbitrum, Optimism, Polygon, BNB Chain, Avalanche, Ethereum) and Base Sepolia testnet, with every write action requiring explicit user approval via Base Account before execution. Developers building AI agents with crypto capabilities use it to give Claude a real programmable wallet without managing private keys directly.

Prerequisites

  • A Base Account (smart wallet) at https://base.org — required for approving on-chain transactions
  • No API key required — authentication uses OAuth via Base Account
  • An MCP client such as Claude Desktop, Claude Code, or Cursor
  • For testnet use: Base Sepolia ETH available from a faucet
1

Create a Base Account

Navigate to https://base.org and create a Base Account (smart wallet). This account will be used to approve all transactions requested by the AI assistant.

2

Add Base MCP via Claude Code (recommended)

For Claude Code users, add the hosted Base MCP server with a single command. This connects to the mcp.base.org remote endpoint without any local installation.

claude mcp add --transport http base-mcp https://mcp.base.org
3

Configure Claude Desktop for Base MCP

For Claude Desktop, add the Base MCP server using the remote HTTP URL. No environment variables or API keys are needed.

{
  "mcpServers": {
    "base-mcp": {
      "url": "https://mcp.base.org"
    }
  }
}
4

Authorize Base MCP via Base Account

On first use, Claude will prompt you to authorize the connection. Click the authorization link and approve access in your Base Account. This grants the MCP server permission to propose transactions to your wallet.

5

Verify the connection

After authorization, check that the Base MCP tools are active and the server shows the correct tool count.

claude mcp list

Base Network Examples

Client configuration

Minimal config for Claude Desktop pointing to the hosted Base MCP endpoint. No credentials needed in the config file — authentication is handled via OAuth through Base Account.

{
  "mcpServers": {
    "base-mcp": {
      "url": "https://mcp.base.org"
    }
  }
}

Prompts to try

These prompts work after Base MCP is authorized with your Base Account.

- "Send 0.01 ETH to vitalik.eth on Base"
- "Swap 10 USDC for ETH on Base mainnet"
- "Check the current balance of my Base Account"
- "Deploy a simple ERC-20 token contract on Base Sepolia for testing"
- "Make an x402 payment to access the premium API endpoint at https://api.example.com/data"

Troubleshooting Base Network

Authorization link does not open or Base Account cannot be found

Ensure you have created a Base Account at https://base.org before attempting to authorize. The OAuth flow requires a browser to complete. If the link expires, restart the MCP server connection and try again.

Transaction is proposed but never executes

All write operations require explicit approval in the Base Account interface. Check your Base Account notifications for a pending approval request. Transactions will not execute without user confirmation — this is by design.

npx base-mcp or npm install base-mcp fails

The legacy npm package (base-mcp) has been deprecated and should not be used. Use the hosted remote server at https://mcp.base.org instead, as documented in the current Base AI agents docs at https://docs.base.org/ai-agents.

Frequently Asked Questions about Base Network

What is Base Network?

Base Network is a Model Context Protocol (MCP) server that enables ai applications to interact with the base network blockchain and coinbase api for onchain operations including wallet management, fund transfers, smart contract deployment, nft handling, defi lending through morpho vaults, and crypto onrampin It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Base Network?

Follow the installation instructions on the Base Network GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Base Network?

Base Network works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Base Network free to use?

Yes, Base Network is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "base-mcp-server": { "command": "npx", "args": ["-y", "base-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Base Network?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides