How to Use the Kameleoon MCP in Claude Code
Orchestrate Kameleoon experiments straight from your terminal or CI/CD pipeline using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kameleoon MCP to Claude Code
Create your Vinkius account to connect Kameleoon to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Claude Code MCP Server Automation
This MCP server lets you script your entire testing infrastructure from the command line. Terminal users hate web dashboards for a reason. You can now control deployments by piping commands through this integration, running `list_sites` to grab your environment IDs during a build pipeline. Once the pipeline has the ID, it triggers `create_experiment` automatically. You get programmatic A/B tests spun up the second your staging branch merges, without a single manual click.
Terminal-Native Experiment Audits
You can audit campaign statuses across multiple environments using simple terminal commands. Checking these manually is a nightmare. Drop a simple script in your CLI that loops through `list_experiments` to output a clean text table of everything currently running. If something looks wrong, dig deeper instantly. You can fire `get_experiment` followed by `list_targeting_rules` to dump the exact JSON configuration right to stdout. Fixing broken tests becomes a standard grep operation.
Headless Results Extraction
Your CLI agent can extract headless results data without manual CSV exports. Data analysts usually pull reports by hand. You can bypass that entirely by having your agent hit `get_experiment_results` on a cron job. The API handles the asynchronous report generation. Your script just waits for the payload, then uses `list_variations` to map the metrics back to the specific code branches before pushing the summary to Slack.
Set up Kameleoon MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seekameleoon-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Kameleoon transactions." It will automatically discover and invoke the available Kameleoon tools.
claude mcp add --transport http kameleoon-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Kameleoon MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kameleoon MCP today
We host it, we monitor it, we maintain it. You just paste one token.