by TermiX-official
Send BNB, transfer BEP‑20 tokens, deploy BEP‑20 contracts, and interact with smart contracts on Binance Smart Chain via a CLI or Model Context Protocol‑compliant server.
Bnbchain Mcp provides a plug‑and‑play tool server that enables native BNB transfers, BEP‑20 token operations, token deployment, PancakeSwap swaps, liquidity management, and arbitrary contract calls on the Binance Smart Chain.
npm install -g bnbchain-mcp
(or run with npx
).bnbchain-mcp --init
and provide your BSC private key, a 6‑character password, and an optional custom RPC URL.npm start
or node build/index.js
.Q: Do I need to expose my private key?
A: The private key is stored locally and encrypted with the password you set during --init
.
Q: Can I use a custom RPC endpoint?
A: Yes, the wizard accepts an optional RPC URL; otherwise it defaults to https://bsc-dataseed.binance.org
.
Q: How does Claude Desktop discover the server?
A: The setup wizard modifies claude_desktop_config.json
in the Claude support folder, enabling Claude to launch the MCP server automatically.
Q: Is the tool open‑source? A: Yes, it is released under the MIT license.
Q: What if I need additional tools? A: The project is extensible; new MCP tools can be added and registered in the server configuration.
A plug-and-play MCP tool server to send BNB, transfer BEP-20 tokens, deploy tokens, and interact with smart contracts on the Binance Smart Chain (BSC) — built for Claude Desktop, AI agents, and developers.
npm install -g bnbchain-mcp
bnbchain-mcp --init
You’ll be prompted to enter:
https://bsc-dataseed.binance.org
*)After CLI setup, the tool can auto-configure itself into Claude Desktop.
📍 File modified:
~/Library/Application Support/Claude/claude_desktop_config.json
Claude will detect and run this MCP server with your selected tools.
Tool Name | Description |
---|---|
transferNativeToken |
Send BNB to a wallet |
transferBEP20Token |
Transfer BEP-20 token via symbol/address |
pancakeSwap |
Swap tokens via PancakeSwap |
createFourMeme |
Create meme token on Four.Meme |
createBEP20Token |
Deploy a BEP-20 contract |
getBalance |
Get token + native balance |
callContractFunction |
Custom contract calls via ABI |
getWalletInfo |
Get wallet info for an address |
securityCheck |
Check token security of BSC tokens |
pancakeAddLiquidity |
Add liquidity to PancakeSwap |
pancakeMyPosition |
View your PancakeSwap positions |
pancakeRemovePosition |
Remove liquidity from PancakeSwap |
sellMemeToken |
Sell meme token on Four.Meme |
...and more coming soon 🔧 |
npm run build
npm start
# or
node build/index.js
bnbchain-mcp --init
This project is built on Model Context Protocol – a standard to help agents and models interact with structured tool APIs.
MCP Benefits:
Feel free to fork, PR, or raise issues. We're building tool-first, AI-ready infrastructure for the next wave of Web3 agents. Join us!
MIT — Use freely, contribute openly.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "bnbchain-mcp": { "command": "npx", "args": [ "bnbchain-mcp" ], "env": {} } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.