PluginBench
MCP Server

Codex CCXT MCP MCP Server

io.github.lucyfox199818-collab/ccxt-mcp

What is the Codex CCXT MCP MCP server?

Dry-run-first CCXT MCP with market, account, derivatives, and guarded trading tools.

How to install Codex CCXT MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BINANCE_API_KEY
    secret

    Optional Binance API key for private account data and explicitly enabled trading.

  • BINANCE_API_SECRET
    secret

    Optional Binance API secret.

  • CCXT_EXCHANGE_ID

    CCXT exchange identifier.

  • CCXT_DEFAULT_TYPE

    Default CCXT market type.

  • CCXT_SANDBOX

    Use the exchange sandbox when supported.

  • CCXT_ENABLE_TRADING

    Explicit live-trading permission gate. Keep false for read-only and dry-run use.

  • CCXT_DRY_RUN

    Return simulated results for mutating tools instead of sending exchange actions.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ccxt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ],
      "env": {
        "BINANCE_API_KEY": "<YOUR_BINANCE_API_KEY>",
        "BINANCE_API_SECRET": "<YOUR_BINANCE_API_SECRET>",
        "CCXT_EXCHANGE_ID": "<YOUR_CCXT_EXCHANGE_ID>",
        "CCXT_DEFAULT_TYPE": "<YOUR_CCXT_DEFAULT_TYPE>",
        "CCXT_SANDBOX": "<YOUR_CCXT_SANDBOX>",
        "CCXT_ENABLE_TRADING": "<YOUR_CCXT_ENABLE_TRADING>",
        "CCXT_DRY_RUN": "<YOUR_CCXT_DRY_RUN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ccxt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ],
      "env": {
        "BINANCE_API_KEY": "<YOUR_BINANCE_API_KEY>",
        "BINANCE_API_SECRET": "<YOUR_BINANCE_API_SECRET>",
        "CCXT_EXCHANGE_ID": "<YOUR_CCXT_EXCHANGE_ID>",
        "CCXT_DEFAULT_TYPE": "<YOUR_CCXT_DEFAULT_TYPE>",
        "CCXT_SANDBOX": "<YOUR_CCXT_SANDBOX>",
        "CCXT_ENABLE_TRADING": "<YOUR_CCXT_ENABLE_TRADING>",
        "CCXT_DRY_RUN": "<YOUR_CCXT_DRY_RUN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ccxt-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ],
      "env": {
        "BINANCE_API_KEY": "<YOUR_BINANCE_API_KEY>",
        "BINANCE_API_SECRET": "<YOUR_BINANCE_API_SECRET>",
        "CCXT_EXCHANGE_ID": "<YOUR_CCXT_EXCHANGE_ID>",
        "CCXT_DEFAULT_TYPE": "<YOUR_CCXT_DEFAULT_TYPE>",
        "CCXT_SANDBOX": "<YOUR_CCXT_SANDBOX>",
        "CCXT_ENABLE_TRADING": "<YOUR_CCXT_ENABLE_TRADING>",
        "CCXT_DRY_RUN": "<YOUR_CCXT_DRY_RUN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ccxt-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
      ],
      "env": {
        "BINANCE_API_KEY": "<YOUR_BINANCE_API_KEY>",
        "BINANCE_API_SECRET": "<YOUR_BINANCE_API_SECRET>",
        "CCXT_EXCHANGE_ID": "<YOUR_CCXT_EXCHANGE_ID>",
        "CCXT_DEFAULT_TYPE": "<YOUR_CCXT_DEFAULT_TYPE>",
        "CCXT_SANDBOX": "<YOUR_CCXT_SANDBOX>",
        "CCXT_ENABLE_TRADING": "<YOUR_CCXT_ENABLE_TRADING>",
        "CCXT_DRY_RUN": "<YOUR_CCXT_DRY_RUN>"
      }
    }
  }
}
Claude Code
claude mcp add ccxt-mcp --env BINANCE_API_KEY=<YOUR_BINANCE_API_KEY> --env BINANCE_API_SECRET=<YOUR_BINANCE_API_SECRET> --env CCXT_EXCHANGE_ID=<YOUR_CCXT_EXCHANGE_ID> --env CCXT_DEFAULT_TYPE=<YOUR_CCXT_DEFAULT_TYPE> --env CCXT_SANDBOX=<YOUR_CCXT_SANDBOX> --env CCXT_ENABLE_TRADING=<YOUR_CCXT_ENABLE_TRADING> --env CCXT_DRY_RUN=<YOUR_CCXT_DRY_RUN> -- docker run -i --rm ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →