Binance MCP Server
About
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
Details
- Author
- ethancod1ng
- Categories
- Cloud Service, Other, Finance, API
Jump to
Setup
Install Binance MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/ethancod1ng/binance-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Provides seamless access to the Binance exchange API. Requires Binance API credentials to be configured.
A Model Context Protocol (MCP) server that provides Claude Code with Binance exchange API functionality.
Watch our comprehensive MCP usage tutorial to get started quickly:
This MCP server can be used with various AI tools that support MCP:
Add the following configuration to your MCP settings file:
{ "mcpServers": { "binance": { "command": "npx", "args": ["binance-mcp-server"], "env": { "BINANCE_API_KEY": "your_api_key", "BINANCE_API_SECRET": "your_api_secret", "BINANCE_TESTNET": "false" } } } }
Note: SetBINANCE_TESTNETto"true"if you want to use the Binance testnet for development and testing.
claude mcp add binance --env BINANCE_API_KEY=YOUR_API_KEY --env BINANCE_API_SECRET=YOUR_API_SECRET --env BINANCE_TESTNET=false -- npx -y binance-mcp-server
For Testnet (Recommended for Development):
- VisitBinance Testnet
- Create a testnet account (no real verification required)
- Go to API Management in your testnet account
- Create a new API key with trading permissions
- Note: Testnet uses virtual funds - completely safe for testing
- Create a verified account onBinance
- Complete KYC verification
- Go to API Management in your account settings
- Create a new API key with required permissions
- ⚠️Warning: Mainnet uses real money - be very careful!
BINANCE_API_KEY=your_api_key_here BINANCE_API_SECRET=your_api_secret_here BINANCE_TESTNET=true # Set to false for mainnet (REAL money)
- get_price- Get current price for trading pair
- get_orderbook- Get order book depth data
- get_klines- Get K-line/candlestick data
- get_24hr_ticker- Get 24-hour price statistics
- get_account_info- Get account information and balances
- get_open_orders- Get current open orders
- get_order_history- Get historical orders
- place_order- Place a new order (supports both mainnet and testnet)
- cancel_order- Cancel specific order (supports both mainnet and testnet)
- cancel_all_orders- Cancel all open orders (supports both mainnet and testnet)
- "Get the current price of Bitcoin"
- "Show me the order book for ETHUSDT"
- "Check my account balance"
- "Place a limit buy order for 0.001 BTC at $50,000"
- SetBINANCE_TESTNET=truefor safe testing with virtual funds
- SetBINANCE_TESTNET=falseor omit for mainnet trading with REAL money
- Mainnet trading will display warnings before executing orders
npm run build # Compile TypeScript npm run dev # Development mode npm run lint # Run linting
Interact with the Binance API to view portfolios, convert tokens, and execute trades with minimal market impact.
Access the Binance Futures API for trading, account management, and market data.
WunderTrading MCP connects AI agents to live crypto trading execution on 20+ supported exchanges through a single MCP integration. Use it to turn AI-driven signals, market analysis, sentiment, screenshots, and custom strategy logic into real trades on exchanges including Binance, Bybit, Coinbase, Bitget, OKX, KuCoin, Hyperliquid, and BingX. Supports MCP and REST API workflows for order execution, trade management, and AI-powered automation.
Manage stock and crypto portfolios, place trades, and access market data via the Alpaca Trading API.
Interact with over 100 cryptocurrency exchange APIs using the CCXT library.
Access prediction market data from the PolyMarket API.
Access market data, manage accounts, and execute trades on the Upbit Cryptocurrency Exchange via its OpenAPI.
Real-time and historical FX/crypto signal API for AI agents. Pay-per-call via x402 protocol on Base. No subscription, no API key. Correlation, regime, momentum, volatility across 10 instruments.
Realtime and Historical Exchange Rate Data, FX pairs, bid/ask, OHLC and Crypto prices
Interact with the Alpaca trading API for stock trading, market data, and account management.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




