drio
Open app

base-network-mcp-server

Source

Base MCP

Catalog onlyCatalog onlySTDIO

Overview

Base MCP Server is a middleware that allows large language models (LLMs) to perform blockchain operations on the Base network using natural language commands, facilitating tasks like wallet management, balance checking, and transaction execution.

To use the Base MCP Server, integrate it with an LLM client like Claude Desktop or build a custom MCP client. You can send natural language commands to perform various blockchain operations.

  • Processes natural language commands for blockchain operations. - Supports wallet creation, balance checking, and transaction execution. - Compatible with both Base Mainnet and Base Sepolia testnet.
  1. Managing cryptocurrency wallets through simple commands.
  2. Checking wallet balances without needing complex queries.
  3. Executing transactions using natural language instructions.

Add to your AI client

Use these steps to connect base-network-mcp-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

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

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

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

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

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

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "base-mcp-server-fakepixels": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-base-mcp-server-fakepixels"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

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

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

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

FAQ

Can I use Base MCP Server with any LLM client?

Yes! It can be integrated with any LLM client that supports the Model Context Protocol.

Is it safe to use my private key with Base MCP Server?

Yes, but ensure to follow security best practices, such as not exposing your private key in public repositories.

What programming languages can I use to interact with Base MCP Server?

The server is built with TypeScript, but you can interact with it using any language that can make HTTP requests.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1759,"uuid":"3257ad6b-c28a-45dd-a00b-2c26d5b707ed","name":"base-mcp-server","title":"base-network-mcp-server","description":"Base MCP","avatar_url":"https://avatars.githubusercontent.com/u/21992276?v=4","created_at":"2025-03-05T05:11:24.419Z","updated_at":"2025-03-12T10:20:31.713Z","status":"created","author_name":"fakepixels","author_avatar_url":"https://avatars.githubusercontent.com/u/21992276?v=4","tags":"base-mcp-server,blockchain,natural-language-processing","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/fakepixels/base-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-04 11:32:50\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]