Skip to content
Cursor

OKX MCP Server for Cursor

io.github.aahl/mcp-okx

MCP Server for okx.com

client:Cursor transport:stdio runtime:pypi

Install OKX MCP Server in Cursor

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

{
  "mcpServers": {
    "mcp-okx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-okx"
      ]
    }
  }
}

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

OKX MCP Server in other clients