Back to MCP Servers
Growthbook
Tools for creating and interacting with GrowthBook feature flags and experiments.
data-science-tools
By growthbook
Installation
npx -y growthbook-mcpConfiguration
{
"mcpServers": {
"growthbook-mcp": {
"command": "npx",
"args": ["-y", "growthbook-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes