a year ago
The official GrowthBook MCP Server lets you create feature flags, review experiments, and more right from your favorite AI tool.
Server Config
{
"mcpServers": {
"growthbook": {
"command": "npx",
"args": [
"-y",
"@growthbook/mcp"
],
"env": {
"GB_API_KEY": "YOUR_API_KEY",
"GB_USER": "YOUR_NAME"
}
}
}
}