Codex CCXT MCP for Cursor
io.github.lucyfox199818-collab/ccxt-mcp
Dry-run-first CCXT MCP with market, account, derivatives, and guarded trading tools.
client:Cursor
transport:stdio
runtime:oci
Install Codex CCXT MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ccxt-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/lucyfox199818-collab/ccxt-mcp:0.1.0"
],
"env": {
"BINANCE_API_KEY": "<BINANCE_API_KEY>",
"BINANCE_API_SECRET": "<BINANCE_API_SECRET>",
"CCXT_EXCHANGE_ID": "<CCXT_EXCHANGE_ID>",
"CCXT_DEFAULT_TYPE": "<CCXT_DEFAULT_TYPE>",
"CCXT_SANDBOX": "<CCXT_SANDBOX>",
"CCXT_ENABLE_TRADING": "<CCXT_ENABLE_TRADING>",
"CCXT_DRY_RUN": "<CCXT_DRY_RUN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs