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
- GitHub: https://github.com/bnb-chain/bnbchain-mcp
- npm:
@bnb-chain/mcp