Back to Home
moner124 icon

hyperliquid-mcp-server

Verified Safe

by moner124

Overview

The server enables natural language interaction with the Hyperliquid DEX for real-time cryptocurrency trading, account management, and market data retrieval.

Installation

Run Command
mcp dev server.py

Environment Variables

  • HYPERLIQUID_NETWORK
  • HYPERLIQUID_PRIVATE_KEY
  • HYPERLIQUID_ACCOUNT_ADDRESS
  • HYPERLIQUID_DEFAULT_SLIPPAGE
  • HYPERLIQUID_MAX_RETRY_ATTEMPTS
  • HYPERLIQUID_REQUEST_TIMEOUT
  • LOG_LEVEL

Security Notes

The project follows good practices for handling sensitive information by requiring private keys and account addresses to be loaded from environment variables (e.g., .env file) rather than being hardcoded. The `setup.py` script automatically modifies the `claude_desktop_config.json` in the user's application support directory, which, while intended functionality for integration, could be considered an intrusive action for some users, though it does create a backup. The core trading and market data tools primarily interact with the Hyperliquid SDK, and no 'eval', obfuscation, or immediately malicious patterns are apparent in the provided source code snippets. The 'dead man's switch' feature in `TradingTools` is a positive security-oriented design for automated trading.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens20
Stars0
Forks0
Last Update2026-01-19

Tags

hyperliquidtradingdeficryptocurrencynatural-language-processing