Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧮 Data Science Tools
  3. Growthbook MCP
Growthbook MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:47:12 PM

Growthbook MCP

User RatingsBe the first to rate and review this MCP server!
View Repository23 GitHub StarsTotal stargazers on GitHub for the source repository (23 stars).Visit Website
growthbookfeature-flagsexperimentationdeveloper-tools

Connects AI agents to GrowthBook’s REST API and guided feature-flag workflows through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "growthbook-growthbook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@growthbook/mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

The growthbook/growthbook-mcp MCP server exposes GrowthBook feature-flag and experimentation workflows through MCP tools. It combines authenticated REST API requests with skills that describe how to complete common GrowthBook tasks. Use it when an agent needs to inspect or modify GrowthBook resources, create feature flags, or follow bundled workflow guidance. API keys or personal access tokens are supported for stdio use, while HTTP mode can use GrowthBook OAuth.

Use cases

•List GrowthBook projects and feature flags
•Create or update GrowthBook feature flags
•Read bundled workflows for experimentation tasks
•Run authenticated GrowthBook REST API requests
•Expose GrowthBook API access over HTTP

Key features

•GrowthBook REST API passthrough
•Feature-flag and experiment workflows
•Bundled agent skills
•Stdio and HTTP transports
•OAuth support for HTTP mode
•Configurable request headers

Capabilities & Tool Schemas (3) ~444 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Growthbook MCP.

growthbook_call_api

Make an authenticated HTTP request to the GrowthBook REST API on the user's behalf. Use method + path (+ optional JSON body) exactly as shown in skill workflows that mention gb-call. Paths typically start with /api/v1/ or /api/v2/. Returns the raw response body on success. IMPORTANT: Before POST, PUT, PATCH, or DELETE, confirm with the user (summarize method, path, and body) unless they have already explicitly instructed you to perform that mutation. GET requests do not need confirmation.

growthbook_list_skills

List available GrowthBook agent skills (name + description). Use growthbook_read_skill to load the full workflow for a skill before acting. Skills encode how to accomplish GrowthBook tasks well; use growthbook_call_api to execute the REST calls they describe.

growthbook_read_skill

Return the full markdown content of a GrowthBook skill by name (from growthbook_list_skills). Follow the skill's workflow; when it shows `gb-call <METHOD> <PATH> [body]`, use the growthbook_call_api tool with those arguments instead.

How Growthbook MCP works

What growthbook/growthbook-mcp MCP server does

The growthbook/growthbook-mcp MCP server gives an MCP client access to GrowthBook’s REST API and bundled agent skills. It is intended for tasks involving GrowthBook feature flags, experiments, and related API resources. The server does not provide a separate formatter for each endpoint; agents send requests to the GrowthBook REST API and receive the raw response body for successful calls.

The repository describes a thin server whose task-specific knowledge comes from a skills collection bundled during the build. Skills provide workflows and guardrails, while the API tool performs the requests those workflows describe. This keeps the server focused on exposing GrowthBook operations rather than implementing a separate abstraction for every API resource.

How it works

An agent can first call growthbook_list_skills to see available top-level workflows. It can then use growthbook_read_skill to load a complete workflow or a qualified child workflow, such as a feature-flag creation reference. The workflow may describe commands such as gb-call GET /api/v1/projects; the MCP server maps those instructions to its GrowthBook API request capability instead of executing the shell command.

Read operations use GET requests. Write operations use POST, PUT, PATCH, or DELETE requests and may include a JSON body. The server distinguishes read and write capabilities so MCP clients can identify read-only and potentially destructive actions. Agents should obtain confirmation before a mutation unless the user has already explicitly requested it.

The server defaults to stdio. It can also run as a standalone HTTP service with MCP endpoints at /mcp and /mcp/api. The full endpoint exposes skills and API operations, while the capability-only endpoint exposes API read and write operations.

Setup and configuration

Install dependencies and build the project with:

Terminal
npm install
npm run build

A published release can be started with npx @growthbook/mcp. For stdio, configure the MCP client to run the package or the compiled Node entrypoint and provide GB_API_KEY. This value can be a GrowthBook API key or personal access token. GB_API_URL defaults to https://api.growthbook.io and can point to a self-hosted GrowthBook installation.

Set GB_MCP_TRANSPORT=http for HTTP mode. HTTP mode requires GB_MCP_URL, which identifies the public MCP base URL used in OAuth resource metadata. GB_MCP_PORT defaults to 3333, and GB_MCP_HOST defaults to 127.0.0.1. GB_OAUTH_ISSUER can override the OAuth issuer, which otherwise follows GB_API_URL.

Tools and capabilities

  • List available GrowthBook skills and their descriptions.
  • Read full skill workflows and qualified child references.
  • Send authenticated GET requests to GrowthBook REST API paths.
  • Send authenticated POST, PUT, PATCH, and DELETE requests with optional JSON bodies.
  • Disable skill tools with GB_SKILLS_ENABLED=false or 0 when only API access is needed.
  • Add extra request headers through variables prefixed with GB_HTTP_HEADER_.

The growthbook/growthbook-mcp MCP server returns actionable errors for non-successful API responses, including authentication failures, rate limits, and some self-hosted API path issues. In HTTP mode, rejected bearer tokens are surfaced as HTTP 401 responses so clients can refresh them; a 403 is treated as an accepted token with insufficient permission.

Limitations and notes

The server depends on access to a GrowthBook API and valid credentials for authenticated use. Skill content is bundled at build time from the canonical skills repository, with the selected commit controlled by the project’s lock file. Local builds can use a configured skills checkout, so the available workflows may depend on the build source.

The growthbook/growthbook-mcp MCP server does not execute the gb-call shell adapter referenced by skill documentation. Agents must translate those instructions into the MCP API request tool. HTTP deployments intended for public or multi-tenant use should be placed behind the deployer’s own gateway or authentication controls.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Data Science Tools View all alternatives
  • Bundler MCP logoBundler MCP

    Enables agents to query local information about dependencies in a Ruby project's Gemfile.

    🧮 Data Science Tools2 views
    Compare vs Bundler MCP →
  • Llm Advisor MCP logoLlm Advisor MCP

    Real-time LLM/VLM model comparison with benchmarks, pricing, and personalized recommendations from 5 data sources. No API key required.

    🧮 Data Science Tools3 views
    Compare vs Llm Advisor MCP →
  • Oraclaw logoOraclaw

    Decision intelligence MCP server with 19 algorithms (bandits, Monte Carlo, constraint optimization, forecasting, anomaly detection, risk analysis, graph algorithms), 28 MCP tools. Install via npx -y @oraclaw/mcp-server.

    🧮 Data Science Tools5 views
    Compare vs Oraclaw →
  • Code Guardian logoCode Guardian

    AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans.

    🧮 Data Science Tools3 views
    Compare vs Code Guardian →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
23
Stargazers on the source repository.
npm downloads
30k
Package downloads in the last 30 days.
Last commit
12d ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Growthbook MCP

Run `npx @growthbook/mcp` for the published package, or clone the repository, run `npm install`, and build it with `npm run build`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGrowthbook MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/growthbook-growthbook-mcp?style=directory)](https://allmcps.com/mcp/growthbook-growthbook-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/growthbook-growthbook-mcp"><img src="https://allmcps.com/api/badge/growthbook-growthbook-mcp?style=directory" alt="Growthbook MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthAPI key
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars23
GitHub Star CountTotal stargazers on GitHub representing community popularity (23 stars).
Last commit12d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 31, 2026
npm downloads30,012/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
65Quality signal: Great · 65/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity10/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev · @growthbook/mcp (npm)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧮 Data Science Tools →Best MCP servers for Data Science →Alternatives to Growthbook MCP →Install in Claude DesktopInstall in CursorInstall in VS Code