hyperliquid mcp for Grok
io.github.kitsune-de/hyperliquid-mcp
Read-only Hyperliquid data: markets, funding rates, order books, candles, positions and fills
client:Grok
transport:stdio
runtime:npm
Install hyperliquid mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hyperliquid-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kitsune-de/hyperliquid-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs