GrowthBook

GrowthBook MCP Connector for Claude

A+

Manage feature flags and experiments via GrowthBook — control environments, toggle features, and organize projects directly from your AI agent.

15 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your GrowthBook account to any AI agent to streamline your experimentation and feature management workflows through natural language.

What you can do

  • Feature Management — List, create, and toggle feature flags across production and staging environments to control rollouts.
  • Project Control — Organize your experimentation roadmap by managing projects, their descriptions, and specific settings.
  • Environment Visibility — Audit and list all configured environments to ensure flags are deployed correctly across your stack.
  • Full Lifecycle — Create, update, or delete projects and environments as your infrastructure and team needs evolve.
  • Deep Inspection — Retrieve detailed metadata for specific features and projects to understand their current configuration and state.

How it works

  1. Subscribe to this server
  2. Enter your GrowthBook Secret Key
  3. Start managing flags and experiments from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Product Managers — quickly toggle features for beta testers or check the status of an experiment without opening the dashboard
  • Engineering Teams — manage flags and environments directly from the code editor to maintain development flow
  • DevOps Engineers — audit environment configurations and project structures via simple natural language queries
feature-flagsa-b-testingexperimentationproduct-growthdeployment-control

15 tools expose this connector's capabilities to your AI agent.

create_environment

Create a new GrowthBook environment

create_feature

Create a new GrowthBook feature flag (v2)

create_project

Create a new GrowthBook project

delete_environment

Delete a GrowthBook environment

delete_feature

Delete a GrowthBook feature flag (v2)

delete_project

Delete a GrowthBook project

get_feature

Get a single GrowthBook feature flag (v2)

get_project

Get a single GrowthBook project by ID

list_environments

g., production, staging) used for per-environment feature flag control. List all GrowthBook environments

list_features

List all GrowthBook feature flags (v2)

list_projects

List all GrowthBook projects

toggle_feature

Toggle a GrowthBook feature flag on or off

update_environment

Update an existing GrowthBook environment

update_feature

Partially update a GrowthBook feature flag (v2)

update_project

Edit an existing GrowthBook project

See how to talk to your AI agent using GrowthBook.

List all feature flags for the project 'frontend-v2'.

I've retrieved the features for 'frontend-v2'. You have 3 active flags: 'new-hero-banner', 'dark-mode-toggle', and 'beta-checkout'. Would you like to see the details for any of these?

Enable the 'dark-mode-beta' feature flag in production.

I have successfully toggled the 'dark-mode-beta' flag to ON in the production environment. The change is now live.

Get the details and settings for project ID 'proj_123'.

Inspecting project 'proj_123'... It's named 'Mobile App Redesign' with the slug 'mobile-redesign'. It currently has 12 associated features and is configured with custom targeting settings.

Yes! You can use the `toggle_feature` tool to change the state of any flag. Simply specify the feature ID and the target environment.

Related Connectors