GrowthBook MCP Server for AutoGenGive AutoGen instant access to 15 tools to Create Environment, Create Feature, Create Project, and more
Microsoft AutoGen enables multi-agent conversations where agents negotiate, delegate, and execute tasks collaboratively. Add GrowthBook as an MCP tool provider through Vinkius and every agent in the group can access live data and take action.
Ask AI about this MCP Server for AutoGen
The GrowthBook MCP Server for AutoGen is a standout in the Developer Tools category — giving your AI agent 15 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
import asyncio
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.tools.mcp import McpWorkbench
async def main():
# Your Vinkius token. get it at cloud.vinkius.com
async with McpWorkbench(
server_params={"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"},
transport="streamable_http",
) as workbench:
tools = await workbench.list_tools()
agent = AssistantAgent(
name="growthbook_agent",
tools=tools,
system_message=(
"You help users with GrowthBook. "
"15 tools available."
),
)
print(f"Agent ready with {len(tools)} tools")
asyncio.run(main())
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About GrowthBook MCP Server
Connect your GrowthBook account to any AI agent to streamline your experimentation and feature management workflows through natural language.
AutoGen enables multi-agent conversations where agents negotiate, delegate, and collaboratively use GrowthBook tools. Connect 15 tools through Vinkius and assign role-based access. a data analyst queries while a reviewer validates, with optional human-in-the-loop approval for sensitive operations.
What you can do
- Feature Management — List, create, and toggle feature flags across production and staging environments to control rollouts.
- Project Control — Organize your experimentation roadmap by managing projects, their descriptions, and specific settings.
- Environment Visibility — Audit and list all configured environments to ensure flags are deployed correctly across your stack.
- Full Lifecycle — Create, update, or delete projects and environments as your infrastructure and team needs evolve.
- Deep Inspection — Retrieve detailed metadata for specific features and projects to understand their current configuration and state.
The GrowthBook MCP Server exposes 15 tools through the Vinkius. Connect it to AutoGen in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 15 GrowthBook tools available for AutoGen
When AutoGen connects to GrowthBook through Vinkius, your AI agent gets direct access to every tool listed below — spanning feature-flags, a-b-testing, experimentation, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Create environment on GrowthBook
Create a new GrowthBook environment
Create feature on GrowthBook
Create a new GrowthBook feature flag (v2)
Create project on GrowthBook
Create a new GrowthBook project
Delete environment on GrowthBook
Delete a GrowthBook environment
Delete feature on GrowthBook
Delete a GrowthBook feature flag (v2)
Delete project on GrowthBook
Delete a GrowthBook project
Get feature on GrowthBook
Get a single GrowthBook feature flag (v2)
Get project on GrowthBook
Get a single GrowthBook project by ID
List environments on GrowthBook
g., production, staging) used for per-environment feature flag control. List all GrowthBook environments
List features on GrowthBook
List all GrowthBook feature flags (v2)
List projects on GrowthBook
List all GrowthBook projects
Toggle feature on GrowthBook
Toggle a GrowthBook feature flag on or off
Update environment on GrowthBook
Update an existing GrowthBook environment
Update feature on GrowthBook
Partially update a GrowthBook feature flag (v2)
Update project on GrowthBook
Edit an existing GrowthBook project
Connect GrowthBook to AutoGen via MCP
Follow these steps to wire GrowthBook into AutoGen. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install AutoGen
pip install "autogen-ext[mcp]"Replace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenIntegrate into workflow
Explore tools
Why Use AutoGen with the GrowthBook MCP Server
AutoGen provides unique advantages when paired with GrowthBook through the Model Context Protocol.
Multi-agent conversations: multiple AutoGen agents discuss, delegate, and collaboratively use GrowthBook tools to solve complex tasks
Role-based architecture lets you assign GrowthBook tool access to specific agents. a data analyst queries while a reviewer validates
Human-in-the-loop support: agents can pause for human approval before executing sensitive GrowthBook tool calls
Code execution sandbox: AutoGen agents can write and run code that processes GrowthBook tool responses in an isolated environment
GrowthBook + AutoGen Use Cases
Practical scenarios where AutoGen combined with the GrowthBook MCP Server delivers measurable value.
Collaborative analysis: one agent queries GrowthBook while another validates results and a third generates the final report
Automated review pipelines: a researcher agent fetches data from GrowthBook, a critic agent evaluates quality, and a writer produces the output
Interactive planning: agents negotiate task allocation using GrowthBook data to make informed decisions about resource distribution
Code generation with live data: an AutoGen coder agent writes scripts that process GrowthBook responses in a sandboxed execution environment
Example Prompts for GrowthBook in AutoGen
Ready-to-use prompts you can give your AutoGen agent to start working with GrowthBook immediately.
"List all feature flags for the project 'frontend-v2'."
"Enable the 'dark-mode-beta' feature flag in production."
"Get the details and settings for project ID 'proj_123'."
Troubleshooting GrowthBook MCP Server with AutoGen
Common issues when connecting GrowthBook to AutoGen through Vinkius, and how to resolve them.
McpWorkbench not found
pip install "autogen-ext[mcp]"GrowthBook + AutoGen FAQ
Common questions about integrating GrowthBook MCP Server with AutoGen.
How does AutoGen connect to MCP servers?
Can different agents have different MCP tool access?
Does AutoGen support human approval for tool calls?
Explore More MCP Servers
View all →
Flexport
12 toolsManage global freight shipments, purchase orders, and logistics documents via AI agents with Flexport.

Telnyx Alternative
10 toolsManage your Telnyx communications — audit phone numbers, messages, and calls via AI.

NCR Voyix
10 toolsManage commerce and retail operations via NCR Voyix — track orders, sites, products, and inventory directly from your AI agent.

Gerrit
10 toolsManage code reviews via Gerrit — query changes and patch sets, handle reviewers and approvals, and audit project branches directly from any AI agent.
