Back to directory
ethancod1ng/binance-mcp-server

ethancod1ng/binance-mcp-server

@ethancod1ng

A Model Context Protocol (MCP) server for integrating AI assistants with Binance cryptocurrency exchange APIs, enabling automated trading, market data access, and account management.

binancecryptocurrencytradingexchangemcpfinanceapitypescript

Installation & Configuration

{
  "mcpServers": {
    "binance": {
      "command": "npx",
      "args": [
        "binance-mcp-server"
      ],
      "env": {
        "BINANCE_API_KEY": "your_api_key",
        "BINANCE_API_SECRET": "your_api_secret",
        "BINANCE_TESTNET": "false"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13