Bnbchain MCP

BNB Chain MCP server for interacting with BNB Chain and EVM-compatible networks through AI. Provides tools for blocks, transactions, contracts, tokens, NFTs, wallet, ERC-8004 agents, and Greenfield.

yejiming 78161a6 2 files · 1.1 KB Updated

File contents

BNB Chain MCP Server

Official MCP server from BNB Chain.

A Model Context Protocol implementation that enables seamless interaction with BNB Chain and other EVM-compatible networks through AI-powered interfaces. It provides comprehensive tools for blockchain development, smart contract interaction, network management, ERC-8004 agent registration, and Greenfield decentralized storage.

Installation

{
  "mcpServers": {
    "bnbchain-mcp": {
      "command": "npx",
      "args": ["-y", "@bnb-chain/mcp@latest"],
      "env": {
        "PRIVATE_KEY": ""
      }
    }
  }
}

Links

yejiming/web3-awesome-skills/tree/main/skills/community/mcp-servers/bnbchain-mcp commit 78161a6b6e

Frequently asked questions

npx skillmds@latest add yejiming/bnbchain-mcp