Binance
Freeby MCP Community
MCP server for Binance market data and trading integration
v1.1.2Added Apr 12, 2026
binancemcpclaudetradingapi
Binance MCP Server
MCP server for Binance market data and trading integration
Installation
npx -y binance-mcp-server
Reviews
Installation
Quick install
npx -y binance-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"binance": {
"command": "npx",
"args": ["-y", "binance-mcp-server"]
}
}
}