drio
Open app

mcp-server-cex-bn

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

The mcp-server-cex-bn is a robust server interface designed for executing Binance spot trading operations, allowing users to manage their trading activities efficiently.

To use the mcp-server-cex-bn, clone the repository, configure your Binance API credentials in a .env file, install the necessary dependencies, and start the server to begin trading.

  • Securely configure and store Binance API credentials. - Execute spot trading operations including LIMIT and MARKET orders. - Monitor account balances and manage open orders. - Cancel existing orders and track trading activities.
  1. Automating cryptocurrency trading on Binance.
  2. Monitoring and managing trading accounts in real-time.
  3. Developing trading bots that interact with Binance's API.

Add to your AI client

Use these steps to connect mcp-server-cex-bn in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "kydlikebtc-mcp-server-bn-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kydlikebtc-mcp-server-bn-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "kydlikebtc-mcp-server-bn-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kydlikebtc-mcp-server-bn-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "kydlikebtc-mcp-server-bn-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kydlikebtc-mcp-server-bn-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "kydlikebtc-mcp-server-bn-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kydlikebtc-mcp-server-bn-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "kydlikebtc-mcp-server-bn-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kydlikebtc-mcp-server-bn-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "kydlikebtc-mcp-server-bn-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-kydlikebtc-mcp-server-bn-mcp-mirror"
      ]
    }
  }
}

FAQ

Is this server secure for trading?

Yes! It is designed with security best practices, including secure storage of API keys and error handling for common issues.

What programming language is used?

The server is built using TypeScript, ensuring type safety and better development experience.

Can I use this server for other exchanges?

This server is specifically designed for Binance, but similar implementations can be created for other exchanges.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1017,"uuid":"1bc2749d-94b3-47ab-aaf4-52e0433e1b23","name":"kydlikebtc_mcp-server-bn","title":"mcp-server-cex-bn","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"$D2025-01-28T02:26:35.651Z","updated_at":"$D2025-02-23T07:19:42.626Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp-server,binance-trading,crypto-tools","category":"finance","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/kydlikebtc_mcp-server-bn","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

mcp-server-cex-bn — MCP Registry