Weavz
GrowthBook

GrowthBook

Manage GrowthBook feature flags, experiments, projects, and feature rollout state.

11 tools
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_features

List GrowthBook feature flags with optional project filtering.

get_feature

Get one GrowthBook feature by ID.

create_feature

Create a GrowthBook feature flag.

update_feature

Update a GrowthBook feature flag.

toggle_feature

Enable or disable a GrowthBook feature in one or more environments and publish immediately.

delete_feature

Delete a GrowthBook feature by ID. Requires explicit confirmation.

list_feature_revisions

List revisions for a GrowthBook feature.

list_experiments

List GrowthBook experiments.

get_experiment

Get one GrowthBook experiment by ID.

list_projects

List GrowthBook projects.

custom_api_call

Call a constrained GrowthBook REST API path for feature, experiment, project, metric, datasource, or segment resources.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('growthbook', 'list_features', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'growthbook',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect GrowthBook to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does GrowthBook support?

GrowthBook supports 11 tools including List Features, Get Feature, Create Feature, Update Feature, Toggle Feature, and more.

Can I use GrowthBook with AI agents?

Yes. Add GrowthBook to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect GrowthBook to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add GrowthBook as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped GrowthBook tools exposed by that workspace.

Does GrowthBook work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved GrowthBook work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with GrowthBook?

GrowthBook exposes 11 tools, including List Features, Get Feature, Create Feature, Update Feature, Toggle Feature, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can GrowthBook be used in stateful agent workflows?

Yes. Agents can combine GrowthBook tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does GrowthBook use?

GrowthBook uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the GrowthBook integration cost?

The GrowthBook integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect GrowthBook in minutes

Get 20,000 free action executions every month. No credit card required.