growthbook-mcp
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 vars
GB_API_KEY GB_EMAIL GB_API_URL GB_APP_ORIGINClaude 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
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.