kukapay/hyperliquid-info-mcp
An MCP server that provides real-time data and insights from the Hyperliquid perp DEX for use in bots, dashboards, and analytics.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/hyperliquid-info-mcpClaude Desktop configuration example:
{
"mcpServers": {
"hyperliquid-info-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/hyperliquid-info-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.