VWO Connector for AI agents.
10 live capabilities
Manage A/B tests and feature flags to drive real conversion growth.
Waiting for input…
Why people use VWO
VWO for A/B Testing and Conversion Rate Optimization
With this Connector, you just ask your agent. Is the new checkout winning? and it pulls the stats for you. You get the answer in seconds, not minutes.
What Vinkius changes
You get direct, conversational control over your entire experimentation suite without opening a single extra tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Instant bug fixes during a launch
A Product Manager notices a bug in the new checkout.
- Real-world use case 02
Real-time significance checking
A Growth Manager needs to know if the Holiday Sale test is winning.
- Real-world use case 03
Rapid KPI auditing
A Data Analyst needs to report on revenue.
Complete set · 10capabilities
The complete VWO capability set.
These are the exact actions your AI can choose when you ask it to work with VWO.
01—04
4 capabilities in this set.
Part of 10 available through VWO.
- 01 Capability
Get campaign details
Pull specific info for a single campaign. Use this to see the exact setup of a specific A/B test.
- 02 Capability
Get feature flag details
See the configuration of a specific flag. This shows you exactly what a feature is doing right now.
- 03 Capability
Get campaign results
Fetch statistical results for a campaign. Use this to see if your test has reached significance.
- 04 Capability
List vwo environments
See all your configured environments like staging or production. It helps you ensure you're making changes in the right place.
05—07
3 capabilities in this set.
Part of 10 available through VWO.
- 05 Capability
List audience segments
View all pre-defined audience segments. Use this to see how you're targeting different user groups.
- 06 Capability
Toggle feature flag
Turn a feature flag on or off instantly. Just provide the ID and the status to update it across environments.
- 07 Capability
List optimization campaigns
See every active A/B test and personalization project. This gives you a bird's eye view of your current experiments.
08—10
3 capabilities in this set.
Part of 10 available through VWO.
- 08 Capability
Get vwo account info
Get your basic account details quickly. It helps the AI confirm it's connected to the right workspace.
- 09 Capability
List feature flags
Get a full list of all feature flags. Use this to audit what's currently live or staged.
- 10 Capability
List conversion goals
See what KPIs like clicks or revenue are being tracked. This helps you understand what the AI is looking at for success.
Set up in minutes
One URL. Then ask VWO to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use VWO from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nkmV5RAeFsj0BYEKQfqTNRDDEGNhgCrzLBJre6Uk/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it VWO, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable VWO for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nkmV5RAeFsj0BYEKQfqTNRDDEGNhgCrzLBJre6Uk/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the VWO URL.
- Step 03
Save and start
Save the connection and enable VWO in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"vwo": {
"url": "https://edge.vinkius.com/vk_preview_nkmV5RAeFsj0BYEKQfqTNRDDEGNhgCrzLBJre6Uk/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using VWO
Open Agent mode in chat and ask: "Using VWO, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vwo": {
"url": "https://edge.vinkius.com/vk_preview_nkmV5RAeFsj0BYEKQfqTNRDDEGNhgCrzLBJre6Uk/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using VWO
Ask Copilot: "Using VWO, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vwo": {
"url": "https://edge.vinkius.com/vk_preview_nkmV5RAeFsj0BYEKQfqTNRDDEGNhgCrzLBJre6Uk/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using VWO
Open Cascade and ask: "Using VWO, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vwo": {
"url": "https://edge.vinkius.com/vk_preview_nkmV5RAeFsj0BYEKQfqTNRDDEGNhgCrzLBJre6Uk/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using VWO
Ask Cline: "Using VWO, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vwo --transport http "https://edge.vinkius.com/vk_preview_nkmV5RAeFsj0BYEKQfqTNRDDEGNhgCrzLBJre6Uk/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using VWO
Ask Claude: "Using VWO, show me...". 10 tools are ready
Where the request belongs
Work VWO can move forward.
This is for growth and product teams who manage high-velocity experimentation. It's for the person who needs to move fast on feature rollouts without getting buried in dashboard navigation.
Growth Manager
Checking if a new sign-up test is hitting its targets during a live launch without manual exports.
Product Manager
Quickly turning off a buggy feature in production using a flag toggle during a high-pressure launch.
Data Analyst
Pulling specific conversion metrics for a report to see the real impact of recent changes.
CRO Specialist
Auditing all active campaigns to identify which ones are ready for a final review or sunsetting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKameleoon
Manage A/B testing, personalization, and experimentation workflows via AI agents.
Optimizely
Manage A/B tests and feature flags via Optimizely. list projects, track experiments, and toggle features directly from any AI agent.
GrowthBook
Manage feature flags and experiments via GrowthBook. control environments, toggle features, and organize projects directly from your AI agent.
PostHog
Analyze product data via PostHog. list insights, track persons, inspect feature flags, and monitor experiments directly from any AI agent.
GrowingIO
Leading product analytics platform in China. manage events, segments, and metrics via AI.
Amplitude
Track user behavior, analyze product metrics, and manage cohorts directly from your AI agent using Amplitude's powerful analytics suite.
Bring your own AI
Change the model, client or framework. Keep VWO connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about VWO.
The practical details behind the request, access and result.
Can the VWO MCP manage my feature flags?
Yes, it allows you to toggle feature flags on or off using natural language commands. You can quickly enable or disable features across different environments without having to log into the VWO dashboard.
How do I see my A/B test results with VWO MCP?
You can simply ask your AI agent to pull the results for a specific campaign. It will retrieve the statistical significance and performance metrics for you instantly.
Does VWO MCP work for audience segments?
Yes, it can list all your pre-defined audience segments. This helps you see exactly how your experiments are being targeted across different user groups.
Can I use VWO MCP to check my conversion goals?
Yes, it can retrieve all conversion goals and KPIs being tracked in your account. This makes it easy to see what metrics your AI agent is using to measure success.
Is VWO MCP good for production rollouts?
It's excellent for rollouts because it lets you manage flags across multiple environments. You can verify your environment setup and flip toggles with high confidence.
Can I check the winning variation of an A/B test through the agent?
Yes. The get_campaign_results capability allows your AI agent to pull detailed performance metrics for any experiment, showing improvement percentages and statistical significance for each variation compared to the control.
Is it possible to enable or disable feature flags via chat?
Absolutely. Using the toggle_feature_flag capability, you can instruct your agent to enable or disable any feature flag for a specific rollout or emergency kill-switch scenario, ensuring fast control without opening the VWO dashboard.
How can I see what conversion goals are being tracked for my campaigns?
You can use the list_conversion_goals capability to retrieve all metrics and KPIs (like clicks, form submissions, or revenue) currently being monitored in your VWO account.
One connection away
Give your agent a direct line to VWO.
Connect VWO once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available