hyperliquid mcp for Cursor
io.github.kitsune-de/hyperliquid-mcp
Read-only Hyperliquid data: markets, funding rates, order books, candles, positions and fills
client:Cursor
transport:stdio
runtime:npm
Install hyperliquid mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hyperliquid-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kitsune-de/hyperliquid-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs