growthbook/growthbook-mcp
ποΈ π π πͺ π§ π β Tools for creating and interacting with GrowthBook feature flags and experiments.
Ads
Overview
ποΈ π π πͺ π§ π β Tools for creating and interacting with GrowthBook feature flags and experiments.
Installation
npm install
Configuration
{
"mcpServers": {
"growthbook": {
"command": "node",
"args": ["/absolute/path/to/growthbook-mcp/server/index.js"],
"env": {
"GB_API_KEY": "your_api_key_or_pat",
"GB_API_URL": "https://api.growthbook.io"
}
}Capabilities
- List available skills
Ask the assistant to call `growthbook_list_skills` to see top-level skill entry points with names and descriptions.
- Read skill workflows
Use `growthbook_read_skill` to retrieve a full skill's markdown, including guardrails and child workflow references like `feature-flags/references/flag-create`.
- Query GrowthBook API
Perform authenticated GET requests via `growthbook_api_read` to any REST endpoint, e.g., fetching projects or feature lists.
- Modify GrowthBook resources
Use `growthbook_api_write` for POST/PUT/PATCH/DELETE operations, such as creating a feature flag with a JSON body payload.
- Run capability-only mode
Configure the server with `GB_SKILLS_ENABLED=false` or point to `/mcp/api` to expose only the read/write API tools.
Tags
- documentation
- document
- search
- knowledge-retrieval
- development
- awesome-list
Related MCP servers
abhiphile/fermat-mcp
The ultimate math engine unifying SymPy, NumPy & Matplotlib in one powerful server. Perfect for developers & researchers needing symbolic algebra, numerical computing, and data visualization.
laszlopere/mcp-gnu-units
Unit conversion and dimensional analysis backed by the bundled GNU units database (3000+ units, compound expressions, reduction to SI base units). Offline and deterministic. `uvx mcp-gnu-units`.
bradleylab/stella-mcp
Create, read, validate, and save Stella system dynamics models (.stmx files in XMILE format) for scientific simulation and modeling.
ChronulusAI/chronulus-mcp
OfficialPredict anything with Chronulus AI forecasting and prediction agents.