Model Context Protocol (MCP) server that integrates with Hyperliquid, a decentralized perpetual futures exchange. This server exposes Hyperliquid's trading APIs as MCP tools, allowing AI assistants like Claude to interact with the exchange programmatically.
Server Config
{
"mcpServers": {
"hyperliquid": {
"command": "npx",
"args": [
"-y",
"@sondn.contact/mcp-hyperliquid"
],
"env": {
"HYPERLIQUID_PRIVATE_KEY": "your_private_key_here",
"HYPERLIQUID_TESTNET": "false"
}
}
}
}