Skip to content
Cursor

Hyperliquid / HyperEVM for Cursor

io.github.sand0vvv/hyperevm-mcp

Read-only Hyperliquid and HyperEVM data: yields, protocols, fees, markets, funding, depth.

client:Cursor transport:stdio runtime:npm

Install Hyperliquid / HyperEVM in Cursor

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

{
  "mcpServers": {
    "hyperevm-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sand0vvv/hyperevm-mcp"
      ]
    }
  }
}

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

Hyperliquid / HyperEVM in other clients