Skip to content
Zed

CCXT for Zed

io.github.ccxt/ccxt-mcp

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

client:Zed transport:stdio runtime:npm

Install CCXT in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

CCXT in other clients