# chrisleekr/binance-trading-bot | Model Context Protocol (MCP) Server > Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis - **Stars**: ⭐ 5,506 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "binance-trading-bot": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-binance-trading-bot" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "binance-trading-bot": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-binance-trading-bot" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-binance-trading-bot` - **Docker**: `docker run -i --rm mcp/binance-trading-bot`