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

@growthbook/mcp

MCP Server for interacting with GrowthBook

24 stars7k/wkupdated 5d agogithub ↗
86good
▣ 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%
100
25.0
Adoption
20%
60
12.1
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
86.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 49 snapshots
4/30/20267/21/2026 · 49 snapshots
⚙ Maintenance health
28/ 100 · is this project alive?
contributors (1y)5
top contributor share76%
releases (1y)0
ci⚠ failing
⛁ Raw data
weekly downloads7k
github stars24
forks22
open issues19
license✓ present
readme length1853 chars
last publish6d ago
last commit5d ago
last updated10d ago
install verified✓ pass · 73d 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