Binance-mcp

lui16-Netcreate/Binance-mcp
★ 0 stars Python 💬 Communication Updated today
MCP server for live Binance crypto data and TradingView signal analysis
View on GitHub →

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