base-network-mcp-server
@fakepixels
About base-network-mcp-server
Base MCP
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"base": {
"command": "npx",
"args": [
"-y",
"base-network-mcp-server"
],
"env": {
"BASE_PROVIDER_URL": "https://api.developer.coinbase.com/rpc/v1/base/YOUR_API_KEY",
"WALLET_PRIVATE_KEY": "your_private_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is base-network-mcp-server?
base-network-mcp-server is an MCP server for the Base network that enables LLMs to perform blockchain operations—including wallet management, balance checking, and transaction execution—through natural language commands. It works with both Base Mainnet and Base Sepolia testnet.
How to use base-network-mcp-server?
Install the package via npm (npm i base-network-mcp-server), then configure it for Claude Desktop by adding the server to the mcpServers object in the Claude config file with BASE_PROVIDER_URL and WALLET_PRIVATE_KEY environment variables. Alternatively, you can connect programmatically using the MCP SDK with a custom transport (stdio or SSE).
Key features of base-network-mcp-server
- Natural language command processing for blockchain operations.
- Wallet creation, balance checking, and listing wallets.
- Transaction execution (e.g., sending ETH).
- Supports Base Mainnet and Sepolia testnet.
- Configurable provider URL and private key.
- Optional default gas price setting.
Use cases of base-network-mcp-server
- Send ETH to any address using natural language commands.
- Check wallet balances without manual blockchain queries.
- Create and manage multiple wallets on the Base network.
- Integrate blockchain operations into conversational AI applications.
FAQ from base-network-mcp-server
What networks does base-network-mcp-server support?
Base Mainnet and Base Sepolia testnet are both supported.
What tools are available in base-network-mcp-server?
The server provides process_command (natural language operations), create_wallet, check_balance, and list_wallets.
How do I configure base-network-mcp-server?
Set the BASE_PROVIDER_URL and WALLET_PRIVATE_KEY environment variables; optionally set DEFAULT_GAS_PRICE in Gwei.
What security considerations are mentioned?
Keep private keys secure, use testnet first, validate transaction parameters, implement robust error handling, and be aware of API rate limits.
Can I use base-network-mcp-server programmatically?
Yes, you can build a custom MCP client using the MCP SDK with stdio or SSE transports.
Frequently asked questions
What networks does base-network-mcp-server support?
Base Mainnet and Base Sepolia testnet are both supported.
What tools are available in base-network-mcp-server?
The server provides `process_command` (natural language operations), `create_wallet`, `check_balance`, and `list_wallets`.
How do I configure base-network-mcp-server?
Set the `BASE_PROVIDER_URL` and `WALLET_PRIVATE_KEY` environment variables; optionally set `DEFAULT_GAS_PRICE` in Gwei.
What security considerations are mentioned?
Keep private keys secure, use testnet first, validate transaction parameters, implement robust error handling, and be aware of API rate limits.
Can I use base-network-mcp-server programmatically?
Yes, you can build a custom MCP client using the MCP SDK with stdio or SSE transports.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Comments