Codex CCXT MCP
About
Dry-run-first CCXT MCP with market, account, derivatives, and guarded trading tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BINANCE_API_KEY BINANCE_API_SECRET CCXT_EXCHANGE_ID CCXT_DEFAULT_TYPE CCXT_SANDBOX CCXT_ENABLE_TRADING CCXT_DRY_RUNClaude Code
claude mcp add --env BINANCE_API_KEY= --env BINANCE_API_SECRET= --env CCXT_EXCHANGE_ID= --env CCXT_DEFAULT_TYPE= --env CCXT_SANDBOX= --env CCXT_ENABLE_TRADING= --env CCXT_DRY_RUN= ccxt-mcp -- docker ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ccxt-mcp","command":"docker","args":["ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"],"env":{"BINANCE_API_KEY":"","BINANCE_API_SECRET":"","CCXT_EXCHANGE_ID":"","CCXT_DEFAULT_TYPE":"","CCXT_SANDBOX":"","CCXT_ENABLE_TRADING":"","CCXT_DRY_RUN":""}}'
JSON
{
"mcpServers": {
"ccxt-mcp": {
"command": "docker",
"args": [
"ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
],
"env": {
"BINANCE_API_KEY": "",
"BINANCE_API_SECRET": "",
"CCXT_EXCHANGE_ID": "",
"CCXT_DEFAULT_TYPE": "",
"CCXT_SANDBOX": "",
"CCXT_ENABLE_TRADING": "",
"CCXT_DRY_RUN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.