Skip to content
Cursor

CCXT for Cursor

io.github.ccxt/ccxt-mcp

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

client:Cursor transport:stdio runtime:npm

Install CCXT in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CCXT in other clients