Bsc-mcp logo

Bsc-mcp

Free

连接 AI 与 BNB Chain,执行复杂的链上操作(转账、交易、安全检查等)。

FreeFree tier
Type
Open Source

About Bsc-mcp

BNBChain MCP is an open-source, comprehensive blockchain tool server designed for Binance Smart Chain (BSC) and compatible EVM networks. It provides a Model Context Protocol (MCP) interface and CLI for executing a wide range of on-chain operations, including low-cost transfers of BNB and BEP-20 tokens, automated swaps and liquidity management via PancakeSwap V2/V3, meme token creation and trading on Four.Meme, smart contract deployment (BEP-20), and built-in token security checks using GoPlus SDK. The tool prioritizes security with AES-256 encryption and bcrypt password protection for private keys, and offers real-time wallet monitoring, gas-efficient routing, and seamless integration with AI agents like Claude Desktop.

Key Features

Low-cost BNB and BEP-20 transfers optimized for BSC's low gas fees
PancakeSwap V2/V3 integration for automated swaps, liquidity management, and position tracking
Four.Meme platform support: create, buy, and sell meme tokens directly
Security-first architecture with AES-256 encrypted private keys and bcrypt password protection
Built-in token security analysis using GoPlus SDK
Gas-efficient operations via smart routing
AI-ready MCP protocol for seamless integration with Claude Desktop and AI agents
Real-time wallet monitoring for balances and positions across multiple tokens
CLI setup wizard (bnbchain-mcp --init) for easy configuration
Compatible with other EVM networks via custom RPC configuration

Pros & Cons

Pros
  • Seamless integration with AI assistants and Claude Desktop via MCP protocol
  • Supports multiple popular BSC platforms (PancakeSwap, Four.Meme) in one tool
  • Strong security features including encrypted private keys and integrated token analysis
  • Easy installation via npm global package and interactive setup wizard
  • Gas-efficient operations optimized for BSC, reducing transaction costs
  • Open source and free to use with active community support
Cons
  • Requires manual private key setup and password management, which can be a security risk if mishandled
  • Limited to BSC and EVM-compatible networks; not for other blockchains
  • Dependency on external APIs (Moralis, GoPlus) may introduce potential downtime or rate limits
  • CLI and MCP configuration may have a learning curve for non-technical users

Best For

Execute blockchain operations on BSC via natural language through AI agentsTransfer BNB and BEP-20 tokens programmatically or via CLIAutomate token swaps and liquidity provisioning on PancakeSwapCreate and trade meme tokens on Four.Meme platformDeploy custom BEP-20 smart contracts with optional constructor argumentsPerform security checks on any BSC token addressMonitor wallet balances and positions in real timeIntegrate with Claude Desktop for AI-assisted DeFi management

FAQ

What is Bsc-mcp?
Bsc-mcp is an open-source tool server that provides a Model Context Protocol (MCP) interface and CLI for performing blockchain operations on BNB Smart Chain (BSC) and compatible EVM networks.
How do I install Bsc-mcp?
Install globally via npm: npm install -g bnbchain-mcp. Then run the CLI setup wizard with bnbchain-mcp --init to enter your private key, password, and optional custom RPC URL.
How do I integrate with Claude Desktop?
After running the CLI setup wizard, the tool automatically configures itself into Claude Desktop by modifying the Claude configuration file (claude_desktop_config.json). Claude will then detect and run the MCP server with the selected tools.
What networks are supported?
BNB Smart Chain Mainnet (Chain ID: 56) is supported by default. Custom RPC URLs can be configured via environment variables to connect to other EVM networks.
What security measures are in place?
Private keys are encrypted using AES-256 with a bcrypt-protected password. The tool also includes built-in token security analysis using the GoPlus SDK.