Binance-mcp

lui16-Netcreate/Binance-mcp
★ 0 stars Python Communication Updated 1mo ago
MCP server for live Binance crypto data and TradingView signal analysis
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "binance-mcp": {
      "command": "uvx",
      "args": [
        "binance-mcp"
      ]
    }
  }
}

Or install with pip: pip install binance-mcp