binance-mcp-server

iuk-ink/binance-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 6d ago
基于 Model Context Protocol (MCP) 的 Binance 合约 API 服务器,为 AI 助手(Claude Code、Cursor、Trae、OpenCode 等)提供实时行情、交易下单和技术指标计算能力。
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "iuk-ink/binance-mcp-server"
      ]
    }
  }
}