binance-trading-bot

GitHub

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "binance-trading-bot": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-binance-trading-bot"
      ]
    }
  }
}