← 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_mcp

Then 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.py

Replace any placeholder paths in the command with the real path on your machine.

Required:BINANCE_API_KEYBINANCE_SECRET_KEY

Environment Variables

Set these before running Binance MCP Server.

VariableDescriptionRequired
BINANCE_API_KEYYour Binance API keyYes
BINANCE_SECRET_KEYYour Binance secret keyYes

Available Tools (9)

Once configured, Binance MCP Server gives your AI agent access to:

get_account_balanceGet balance for a specific asset.
asset
get_market_priceGet current market price.
symbol
fetch_chart_dataFetch historical OHLCV data.
symbolintervallimit
calculate_indicatorsCalculate technical indicators (RSI, MACD, Bollinger Bands, etc.).
symbolintervallimit
get_symbol_rulesGet trading rules and precision requirements.
symbol
adjust_leverageAdjust leverage for futures trading.
symbolleverage
place_orderPlace a market order.
symbolsidequantity
get_base_network_statusCheck Base network health (block number, gas price).
read_bot_logsRead bot logs for debugging.
lineslog_type

Try 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 key
  • BINANCE_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