Back to MCP Servers

Hyperliquid Info

An MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics.

finance-fintech

Installation

npx -y hyperliquid-info-mcp

Configuration

{
  "mcpServers": {
    "hyperliquid-info-mcp": {
      "command": "npx",
      "args": ["-y", "hyperliquid-info-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub