Skip to content
Cursor

cex mcp for Cursor

io.github.mrfentmen/cex-mcp

Crypto prices from CEX.IO. No key required.

client:Cursor transport:stdio runtime:npm

Install cex mcp in Cursor

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

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

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

cex mcp in other clients