基于 Model Context Protocol (MCP) 的 Binance 合约 API 服务器,为 AI 助手(Claude Code、Cursor、Trae、OpenCode 等)提供实时行情、交易下单和技术指标计算能力。
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"
]
}
}
}
Run in terminal:
claude mcp add binance-mcp-server npx -y iuk-ink/binance-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"binance-mcp-server": {
"command": "npx",
"args": [
"-y",
"iuk-ink/binance-mcp-server"
]
}
}
}