By growthbookCreated 16 days ago
starstarstarstarstar

Create/read feature flags, review experiments, search docs, and more with GrowthBook.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

GrowthbookFeature FlagsExperimentationApiLlm Tools

what is GrowthBook MCP Server?

GrowthBook MCP Server is a tool that allows you to interact with GrowthBook's feature flagging and experimentation platform directly from your Language Learning Model (LLM) clients. It enables users to manage feature flags, review experiments, and search documentation without leaving their development environment.

How to use GrowthBook MCP Server?

To use GrowthBook MCP Server, follow these steps:

  1. Install the MCP package using npx -y @growthbook/mcp
  2. Set up required environment variables (GB_API_KEY, GB_USER, etc.)
  3. Add the MCP server configuration to your preferred LLM client (Cursor, VS Code, or Claude Desktop)
  4. Use the provided tools to manage GrowthBook resources directly in your editor

Key features of GrowthBook MCP Server?

  • Feature flag management tools: create, list, and get details for flags
  • Experiment tools: retrieve experiment details
  • Environment and project listing capabilities
  • SDK connection management
  • Documentation search within the GrowthBook ecosystem

Use cases of GrowthBook MCP Server?

  1. Developing and managing feature flags without context switching
  2. Reviewing experiment results during development
  3. Searching GrowthBook documentation while coding
  4. Managing GrowthBook resources directly from VS Code, Cursor, or Claude Desktop

FAQ from GrowthBook MCP Server?

  • What is a feature flag?

A feature flag is a technique that allows you to turn features on or off dynamically without requiring code deployment.

  • How do I get a GrowthBook API key?

You can find your API key in your GrowthBook account settings.

  • Which environments support GrowthBook MCP?

It's compatible with any LLM client that supports MCP (currently documented for Cursor, VS Code, and Claude Desktop).

  • Is the MCP server open source?

Yes, the MCP server is open source and available on GitHub.