← Back to browse

growthbook-mcp

Indexed by io.github.growthbook

About

MCP Server for interacting with GrowthBook

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGB_API_KEY GB_EMAIL GB_API_URL GB_APP_ORIGIN
Claude Code
claude mcp add --env GB_API_KEY= --env GB_EMAIL= --env GB_API_URL= --env GB_APP_ORIGIN= growthbook-mcp -- npx @growthbook/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"growthbook-mcp","command":"npx","args":["@growthbook/mcp"],"env":{"GB_API_KEY":"","GB_EMAIL":"","GB_API_URL":"","GB_APP_ORIGIN":""}}'
JSON
{
  "mcpServers": {
    "growthbook-mcp": {
      "command": "npx",
      "args": [
        "@growthbook/mcp"
      ],
      "env": {
        "GB_API_KEY": "",
        "GB_EMAIL": "",
        "GB_API_URL": "",
        "GB_APP_ORIGIN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.