Skip to content
Gemini CLI

CCXT for Gemini CLI

io.github.ccxt/ccxt-mcp

Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

client:Gemini CLI transport:stdio runtime:npm

Install CCXT in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ccxt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ccxt-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

CCXT in other clients