$ timeahead.in
/ servers/npm/@growthbook/mcp
npm

@growthbook/mcp

MCP Server for interacting with GrowthBook

22 stars6k/wkupdated 9d agogithub ↗
77fair
▣ Overview

What it does

The GrowthBook MCP server connects Claude to GrowthBook's experimentation platform. According to the README, you can view experiment details and manage feature flags; the server also communicates with GrowthBook's API to perform related operations.

Who it's for

Product managers and engineers who run A/B tests and manage feature flags in GrowthBook and want to query or modify them from Claude or other LLM clients without context-switching to the web UI.

Common use cases

  • Query experiment details and results while analyzing feature impact
  • Create and manage feature flags from Claude
  • Check feature flag status during code reviews or development
  • Inspect experiment metrics to inform product decisions
  • Access GrowthBook data without leaving your LLM client

Setup pitfalls

  • Requires two environment variables: GB_API_KEY (a GrowthBook API key or personal access token) and GB_EMAIL. PAT permissions are enforced—if you cannot create experiments in the GrowthBook UI, you will not be able to via the MCP server.
  • CI is currently failing; test compatibility with your GrowthBook instance before deploying in production.
  • The server reads and writes to the filesystem—ensure proper sandboxing if running untrusted code.
  • Custom HTTP headers (GB_HTTP_HEADER_*) require proper formatting; underscores are converted to hyphens in header names.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
65
16.3
Adoption
20%
59
11.8
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
77.1
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "growthbookmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@growthbook/mcp"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
27/ 100 · is this project alive?
contributors (1y)5
top contributor share79%
releases (1y)0
ci⚠ failing
⛁ Raw data
weekly downloads6k
github stars22
forks22
open issues17
license✓ present
readme length1853 chars
last publish50d ago
last commit9d ago
last updated1d ago
install verified✓ pass · 26d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points