Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"binance-trading-bot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-binance-trading-bot"
]
}
}
}