About
Overview
The Statsig MCP Server enables AI agents to interact with Statsig's feature management and experimentation platform. It provides tools for managing feature gates, running experiments, viewing metrics, and analyzing results.
Capabilities
Tools & Capabilities
⚡list_gates
List feature gates
⚡check_gate
Check a gate for a user
⚡list_experiments
List experiments
⚡get_experiment_results
Get experiment results
Setup
Installation
bash
Install
npx -y mcp-server-statsigExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"statsig": {
"command": "npx",
"args": ["-y", "mcp-server-statsig"],
"env": { "STATSIG_SERVER_KEY": "your-key" }
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 30
Last UpdatedFeb 12, 2026