Hyperliquid MCP Server
About
Interact with the Hyperliquid decentralized exchange by integrating its SDK.
Details
- Author
- mektigboy
- GitHub stars
- 43
- Downloads
- 318
- Categories
- Developer Tools, Other, Finance
Jump to
- Retrieve mid prices for all coins on Hyperliquid
- Get historical candlestick data for any token
- Access the L2 order book for any token
- Integrates directly via the Hyperliquid SDK
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Hyperliquid MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure it in Claude Desktop by adding the provided NPX command to your claude_desktop_config.json. Tools can then be invoked directly: get_all_mids (no inputs), get_candle_snapshot (requires coin, interval, startTime), and get_l2_book (requires symbol).
get_all_mids
Get mid prices for all coins on Hyperliquid
get_candle_snapshot
Get candlestick data for a token on Hyperliquid
get_l2_book
Get the L2 book of a token on Hyperliquid
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hyperliquid mcp server": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"@mektigboy/server-hyperliquid"
]
}
}
}
}
McpServers
{
"brave-search": {
"command": "npx",
"args": [
"-y",
"@mektigboy/server-hyperliquid"
]
}
}
An MCP server implementation that integrates the Hyperliquid SDK.
- Retrieve mid prices for all coins on Hyperliquid
- No required inputs
- Get historical candlestick data for any token
- Inputs:
- coin(string): Token symbol
- interval(string): Time interval (e.g., '15m', '1h')
- startTime(number): Start time in milliseconds since epoch
- endTime(number, optional): End time in milliseconds since epoch
- Access the L2 order book for any token
- Inputs:
- symbol(string): Token symbol
Add this to yourclaude_desktop_config.json:
{ "mcpServers": { "brave-search": { "command": "npx", "args": ["-y", "@mektigboy/server-hyperliquid"] } } }
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Provides tools for interacting with the EDUCHAIN blockchain, including wallet, swap, and arbitrage operations on SailFish DEX.
A server for interacting with the Futarchy protocol on the Solana blockchain.
AI-native crypto trading server with 13 tools for market data, order execution, grid strategies, and Cardano DeFi across multiple exchanges.
An MCP server for the Osmosis Agent Toolkit, enabling interactions with the Osmosis blockchain.
Access prediction market data from the PolyMarket API.
A FastMCP implementation of the in-house MCP servers used by Units of the Rei Network.
An MCP server for the XRP Ledger blockchain, offering tools for wallet operations, token management, NFTs, and DEX trading.
Manage Uniswap and Aerodrome liquidity positions with automated rebalancing and leverage.
Risk Intelligence MCP Server for crypto agents — 52 tools, 72B AI model, 560+ signals, derivatives, on-chain, autonomous trading
Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute swaps, and track progress.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





