Kumiki A/B
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kumiki A/BApply the winning variant to 100% of traffic"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Kumiki A/B
Agent-native A/B testing. Free, self-hosted, MCP-first.
Run experiments from Claude Code. Apply winning variants to 100% of traffic — no paywall, no SaaS bill.
Quickstart
# 1. Deploy your backend
npm create kumiki@latest ab
# Follow printed steps: wrangler d1 create → paste id → migrations apply → wrangler deploy
# 2. Add the snippet to your site's <head>
# <script src="https://<your-worker>.workers.dev/s.js?site=SITE_ID"></script>
# 3. Mark conversions
# window.KUMIKI.track('purchase', { value: 4980 })→ Full install guide — CLI, Deploy-to-Cloudflare button, agent-native, GTM (3-tier), and marking conversions (Step 3).
Related MCP server: Remote MCP Server Authless
Why
Every A/B tool charges you for the one thing that actually matters: applying the winner.
VWO, Optimizely, and Optimize Next all gate "winning variant → 100% rollout" behind paid plans (¥100k+/mo). Kumiki A/B makes it free, self-hosted, and fully operable by an AI agent via MCP.
Hero features
Win-pattern application — free. Roll the winning variant to 100% of traffic with a single MCP call.
MCP-first. Every operation — create test, update traffic split, read results, apply winner — is callable from Claude Code. No dashboard required.
Self-hosted on Cloudflare. Experiment data is self-collected into your own D1 — never pulled from a third party. You don't even need GA4 configured to run kumiki; if you have it, we emit events out to it. Zero vendor lock-in.
Stack
Layer | Tech |
Snippet | Lightweight JS ( |
API | Cloudflare Workers + Hono + D1 |
MCP server | Full REST coverage for Claude Code |
Dashboard | Next.js 15 + visual editor (iframe) |
Stats | Bayesian (beta-binomial) — peeking-resistant |
Events | Self-collected store in your own D1 — user-based, windowed; emitted out to GA4/webhook, never pulled |
Status
Early development. Dogfooded on real e-commerce traffic.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Cloudflare Workers MCP server: agent-workflow-engine
Cloudflare Workers MCP server: ai-model-router
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA serverless MCP implementation on Cloudflare Workers that doesn't require authentication, allowing you to deploy custom AI tools that can be accessed from Cloudflare AI Playground or Claude Desktop.-
- FlicenseNot gradedqualityCmaintenanceA deployable authentication-free MCP (Model Context Protocol) server on Cloudflare Workers that allows you to add custom tools and connect to AI clients like Claude Desktop or Cloudflare AI Playground.-
- AlicenseAqualityAmaintenanceMCP server that lets coding agents test AI agents. Create YAML test cases, snapshot golden baselines, check for regressions, and generate visual reports all from inside Claude Code or any MCP-compatible tool. Works with LangGraph, CrewAI, OpenAI, Claude, Mistral, and any HTTP API.1058 npm134Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables Claude to deploy full-stack web apps to Cloudflare, including databases, authentication, and file storage, directly through natural language.-