Skip to content
Cursor

htx mcp for Cursor

io.github.mrfentmen/htx-mcp

HTX (Huobi) crypto exchange: market tickers and depth.

client:Cursor transport:stdio runtime:npm

Install htx mcp in Cursor

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

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

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

htx mcp in other clients