Skip to content
Claude Code

Codex CCXT MCP for Claude Code

io.github.lucyfox199818-collab/ccxt-mcp

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

client:Claude Code transport:stdio runtime:oci

Install Codex CCXT MCP in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add ccxt-mcp -e BINANCE_API_KEY=<BINANCE_API_KEY> -e BINANCE_API_SECRET=<BINANCE_API_SECRET> -e CCXT_EXCHANGE_ID=<CCXT_EXCHANGE_ID> -e CCXT_DEFAULT_TYPE=<CCXT_DEFAULT_TYPE> -e CCXT_SANDBOX=<CCXT_SANDBOX> -e CCXT_ENABLE_TRADING=<CCXT_ENABLE_TRADING> -e CCXT_DRY_RUN=<CCXT_DRY_RUN> -- docker run -i --rm ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Codex CCXT MCP in other clients