Skip to content
Documentation menu

MCP server

Use Growth Method from your AI client, like ChatGPT or Claude, via our MCP server.

The Growth Method MCP server is built on our API and lets you use your preferred AI client to work with Growth Method. It’s popular with AI-first marketers who already spend time in tools like ChatGPT and Claude. Here, Growth Method acts as a headless backend, providing data and functions to your AI agent, so you get campaign and experiment management without context switching into our app.

Play

Who it’s for

Teams that use our MCP server tend to:

  • Spend a lot of time in AI tools like ChatGPT and Claude
  • Have a relatively modern marketing stack and are comfortable connecting data sources via MCP

Example workflow

With the Growth Method MCP server and a GA4 or PostHog MCP server connected to ChatGPT:

  1. “Get details of the pricing page campaign from Growth Method.”
  2. “Use PostHog to compare traffic and conversion for the /pricing page before and after this campaign went live.”
  3. “Add this traffic and conversion data to Growth Method for campaign analysis.”

Available tools

Campaigns

ToolWhat it does
create_campaignCreate a campaign in the Idea stage
list_campaignsList or filter campaigns by stage, owner, date, and more
get_campaignGet full campaign details
update_campaign_detailsUpdate editable fields (build, results, analysis)
change_campaign_stageMove a campaign between stages
get_campaign_resultsGet a summary of campaign performance and results

Comments

ToolWhat it does
add_campaign_commentAdd a comment to a campaign
list_campaign_commentsRetrieve a campaign’s comments

Search

ToolWhat it does
searchDocsSearch Growth Method documentation and guides
searchToolsLoad only the tools relevant to the current task

Connecting

The MCP server supports Streamable HTTP and OAuth 2.1 with dynamic client registration at https://mcp.growthmethod.com/mcp. You can also pass an OAuth token or API key directly in the Authorization: Bearer header instead of the interactive flow, which is useful for acting as an app user or for read-only access with a restricted API key.

Growth Method MCP is listed in the official MCP registry and the major commercial sub-registries.

Next steps