Growthbook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 9 342 installs a week from npm. Last commit 30 Jul 2026.
Thin MCP server for GrowthBook — skill loader + authenticated API passthrough
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add growthbook-mcp -- npx -y @growthbook/mcp
{
"mcpServers": {
"growthbook-mcp": {
"args": [
"-y",
"@growthbook/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.growthbook-mcp]
command = "npx"
args = ["-y", "@growthbook/mcp"]
{
"mcpServers": {
"growthbook-mcp": {
"args": [
"-y",
"@growthbook/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"growthbook-mcp": {
"args": [
"-y",
"@growthbook/mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.