
Hackle MCP
Supports UIby hackle-io
Connect AI to Hackle for A/B test data, experiment management, and user retention analytics.
What it does
Hackle MCP connects your AI assistant to the Hackle platform, allowing it to query A/B test results, manage feature flags, and analyze user behavior data directly within the chat interface.
Tools
experiment-list: Fetches a paginated list of A/B test experiments.experiment-detail: Retrieves detailed information for a specific experiment.in-app-message-list: Fetches a list of in-app messages.push-message-list: Fetches a list of push messages.active-user-series: Retrieves time-series data of active users.retention-series: Retrieves user retention time-series data.stickiness-series: Retrieves user return visit frequency data.remote-config-list: Retrieves a list of remote configurations.remote-config-create: Creates a new remote config.remote-config-update: Updates existing remote config content.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"hackle-mcp": {
"command": "npx",
"args": ["-y", "@hackle-io/hackle-mcp@latest"],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
npx -y @hackle-io/hackle-mcp@latestInformation
- Pricing
- freemium
- Published
- 5/2/2026







