Binance MCP Server
Active
A Model Context Protocol (MCP) server that provides Claude Code with Binance exchange API functionality.
Updated 8/8/2025
Key Features
What makes this MCP server special
Get current price for trading pair
Get order book depth data
Get K-line/candlestick data
Get 24-hour price statistics
Get account information and balances
Get current open orders
Get historical orders
Place a new order (supports both mainnet and testnet)
Cancel specific order (supports both mainnet and testnet)
Cancel all open orders (supports both mainnet and testnet)
Requirements
npx
Server Information
Status
Active
Version
1.0.0
License
-
Author
https://github.com/ethancod1ng
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
https://github.com/ethancod1ng/binance-mcp-server?tab=readme-ov-file#installation
2. Configuration
{
"mcpServers": {
"binance": {
"command": "npx",
"args": [
"binance-mcp-server"
],
"env": {
"BINANCE_API_KEY": "your_api_key",
"BINANCE_API_SECRET": "your_api_secret",
"BINANCE_TESTNET": "false"
}
}
}
}
3. Usage Example
-