- MCP Server: a thin MCP bridge your agent can call mid-conversation. On GrowthBook Cloud, point your client at
https://mcp.growthbook.io/mcpand sign in with OAuth. The server loads bundled Agent Skills and calls the REST API on your behalf. - Agent Skills: the same workflows installed as a plugin. Your agent follows each skill step by step and calls the REST API through a small local helper — no MCP server to run.
Which should I use?
Agent can’t run a terminal? Use the MCP serverThe Agent Skills plugin works by having your agent run a local Node helper, so it only works in agents that can execute shell commands, such as Claude Code, Cursor, and Codex. The MCP server is started by your host from a one-time config entry (Cloud URL + OAuth, or a local process). That works in MCP-compatible hosts that don’t give the agent a terminal, like Claude Desktop. If your agent can’t run shell commands, use the MCP server.
Next steps
- Set up the MCP Server
- Install the Agent Skills plugin
- Browse the GrowthBook REST API, which both call under the hood

