Keel — CLI and MCP server for AI-driven crypto strategy development on Hyperliquid
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"keel-trade": {
"command": "uvx",
"args": [
"keel-trade"
]
}
}
}
Run in terminal:
claude mcp add keel-trade uvx keel-trade
Add to .cursor/mcp.json:
{
"mcpServers": {
"keel-trade": {
"command": "uvx",
"args": [
"keel-trade"
]
}
}
}
Or install with pip: pip install keel-trade
README Excerpt
<p align="center"> <a href="https://usekeel.io/keel-mcp"> <img src="https://usekeel.io/og/keel-mcp.png" alt="keel-trade — Build, backtest, and automate Hyperliquid trading strategies with your agent" width="100%"> </a> </p> <h1 align="center">keel-trade</h1> <p align="center"> <strong>The Keel CLI and stdio MCP server.</strong><br>
Topics
ai-agentsbacktestingbacktesting-enginebacktesting-frameworksclaudeclicryptohyperliquidmcpmodel-context-protocolpythontrading-strategy-simulation