by TermiX-official
Provides a plug‑and‑play server and CLI for sending BNB, transferring BEP‑20 tokens, deploying contracts, and interacting with smart contracts on Binance Smart Chain.
Bnbchain Mcp delivers a ready‑to‑run Model Context Protocol (MCP) server and command‑line interface that enable secure native BNB transfers, BEP‑20 token movements, smart‑contract calls, PancakeSwap swaps, liquidity management, and meme‑token creation on the Binance Smart Chain (BSC).
npm install -g bnbchain-mcp # or use npx bnbchain-mcp
bnbchain-mcp --init
npm start # runs node build/index.js
# or simply
npx bnbchain-mcp # launches the server
npx bnbchain-mcp
to execute without installing globally.--init
and kept locally.--init
wizard or edit the generated config file.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": {} } } }
Discover more MCP servers with similar functionality and use cases
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by github
Enables AI agents, assistants, and chatbots to interact with GitHub via natural‑language commands, providing read‑write access to repositories, issues, pull requests, workflows, security data and team activity.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by firebase
Provides a command‑line interface to manage, test, and deploy Firebase projects, covering hosting, databases, authentication, cloud functions, extensions, and CI/CD workflows.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.