Hackle
Freeby MCP Community
Model Context Protocol server for Hackle
v1.3.0Added Apr 12, 2026
mcpmodel-context-protocolclaudeaianalytics
Hackle MCP Server
Model Context Protocol server for Hackle
Installation
npx -y @hackle-io/hackle-mcp
Reviews
Installation
Quick install
npx -y @hackle-io/hackle-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"hackle": {
"command": "npx",
"args": ["-y", "@hackle-io/hackle-mcp"]
}
}
}