Hyperliquid MCP Server
@tomarsachin2271
About Hyperliquid MCP Server
MCP server to fetch data from hyperliquid APIs
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"hyperliquid": {
"command": "node",
"args": [
"/path/to/your/hyperliquid-mcp/dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Hyperliquid MCP Server?
A Node.js-based MCP server that exposes a tool named get-hyperliquid-positions, allowing Claude Desktop to fetch unrealized PnL and position information for any Hyperliquid wallet address.
How to use Hyperliquid MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, then configure Claude Desktop by editing its config file to point to the built dist/index.js. After restarting, ask Claude a question about your Hyperliquid positions; Claude will identify the tool and request your approval.
Key features of Hyperliquid MCP Server
- Queries Hyperliquid open positions via MCP protocol.
- Exposes a single tool:
get-hyperliquid-positions. - Requires Node.js and Claude Desktop app.
- Works with any Hyperliquid wallet address.
- Fetches unrealized PnL data.
Use cases of Hyperliquid MCP Server
- Ask Claude about unrealized PnL for a specific Hyperliquid wallet.
- Retrieve open position details during a conversation with Claude.
- Integrate Hyperliquid trading data into AI-driven workflows.
FAQ from Hyperliquid MCP Server
What tools does the server expose?
It exposes one tool: get-hyperliquid-positions.
What are the prerequisites?
Node.js, npm, and the Claude Desktop app.
How do I build the project?
Run npm install, then npm run build; the output is dist/index.js.
How do I configure Claude Desktop?
Open Claude menu → Settings → Developer → Edit Config, add an entry with command node and args pointing to the built index.js file, then restart.
Can I query any wallet address?
Yes, the tool accepts any Hyperliquid wallet address as input.
Frequently asked questions
What tools does the server expose?
It exposes one tool: `get-hyperliquid-positions`.
What are the prerequisites?
Node.js, npm, and the Claude Desktop app.
How do I build the project?
Run `npm install`, then `npm run build`; the output is `dist/index.js`.
How do I configure Claude Desktop?
Open Claude menu → Settings → Developer → Edit Config, add an entry with command `node` and args pointing to the built index.js file, then restart.
Can I query any wallet address?
Yes, the tool accepts any Hyperliquid wallet address as input.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments