← Back to Binance MCP Server
Install Binance MCP Server
Pick your client, copy the command, done.
Manual setup required. The maintainer's config contains paths only you know - edit the placeholders below before adding it to Claude Code.
1
Prepare the server locally
Run this once before adding it to Claude Code.
git clone https://github.com/jordy33/binance_mcp
cd binance_mcpThen follow the repository README for any remaining dependency or build steps.
2
Register it in Claude Code
claude mcp add -e "BINANCE_API_KEY=${BINANCE_API_KEY}" -e "BINANCE_SECRET_KEY=${BINANCE_SECRET_KEY}" binance-mcp-3b6d -- python /path/to/binance_mcp/mcp_server.pyReplace any placeholder paths in the command with the real path on your machine.
Required:
BINANCE_API_KEYBINANCE_SECRET_KEYEnvironment Variables
Set these before running Binance MCP Server.
VariableDescriptionRequired
BINANCE_API_KEYYour Binance API keyYesBINANCE_SECRET_KEYYour Binance secret keyYesAvailable Tools (9)
Once configured, Binance MCP Server gives your AI agent access to:
get_account_balanceGet balance for a specific asset.assetget_market_priceGet current market price.symbolfetch_chart_dataFetch historical OHLCV data.symbolintervallimitcalculate_indicatorsCalculate technical indicators (RSI, MACD, Bollinger Bands, etc.).symbolintervallimitget_symbol_rulesGet trading rules and precision requirements.symboladjust_leverageAdjust leverage for futures trading.symbolleverageplace_orderPlace a market order.symbolsidequantityget_base_network_statusCheck Base network health (block number, gas price).read_bot_logsRead bot logs for debugging.lineslog_typeTry It Out
After setup, try these prompts with your AI agent:
→What is the current balance of my USDT in my Binance account?
→Calculate the RSI and MACD for BTCUSDT over the last 100 hours.
→Place a market buy order for 0.001 BTCUSDT.
→Check the current gas price and block status on the Base network.
→Read the last 20 lines of the general bot logs to check for errors.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Python 3.8+ with pip installed
BINANCE_API_KEY— Your Binance API keyBINANCE_SECRET_KEY— Your Binance secret key
Conare · memory for coding agents
Keep this setup from going cold
Save the docs, env vars, and workflow around Binance MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.
Remember this setup$npx conare@latest