Developer Tools
Trust: 45/100 (Fair)io.github.growthbook/growthbook-mcp Guide
MCP Server for interacting with GrowthBook
20 starsby growthbook
Quick Start
Install
npx @growthbook/mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-growthbook-growthbook-mcp": {
"command": "npx",
"args": [
"@growthbook/mcp"
]
}
}
}