Skip to content
VS Code

Hyperliquid / HyperEVM for VS Code

io.github.sand0vvv/hyperevm-mcp

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

client:VS Code transport:stdio runtime:npm

Install Hyperliquid / HyperEVM in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Hyperliquid / HyperEVM in other clients