Skip to main content
Recapt

Recapt MCP

Get UX fixes inside your editor.

Recapt MCP is a Model Context Protocol server that connects your AI coding tool to real session data. It detects friction, proposes code fixes, and verifies they worked after deploy.

500 sessions free · No credit card · 2-minute setup

Works with
CursorClaude CodeWindsurfZedVS CodeCodex CLIGitHub Copilot

How does the fix loop work?

A closed loop from detection to verified fix. Every step confirms your changes actually improved the user experience.

Detect

We find UX issues from real behavioral data such as rage clicks, dead clicks, form friction, drop-offs.

Diagnose

Root cause analysis using session recordings and element-level friction data.

Fix

Recapt proposes code changes directly in your codebase.

Track

Baseline metrics captured before your fix goes live.

Evaluate

Post-deployment comparison to baseline after 24–48 hours.

Learn

Successful fix patterns stored as site knowledge for smarter future healing.

What does it look like in practice?

Type "heal my site" in Cursor. Recapt finds the issues, writes the fixes, and tracks the results.

cursor · recapt mcp
SubmitButton.tsx · proposed diff
+5 −3
// src/checkout/SubmitButton.tsx
- <button onClick={handleSubmit} disabled={loading}>
- Pay now
- </button>
+ <button
+ onClick={handleSubmit}
+ disabled={loading}
+ aria-busy={loading}
+ className="min-h-[44px]"
+ >
+ {loading ? "Processing…" : "Pay now"}
+ </button>

What else can you ask?

Beyond fixing issues, Recapt MCP gives your AI tool access to page analytics, user flows, session search, and regression detection.

Page Analysis

Health scores, friction elements, JS errors, form metrics.

What elements are causing friction on the checkout page?

Flow Analysis

User journeys, funnel conversion, drop-off points.

Where are users dropping off in the signup flow?

Session Review

Session search, triage, and detailed replay links.

Find sessions where users got frustrated on checkout.

Regression Hunting

Metric comparison across time periods, anomaly detection.

Has anything regressed since Tuesday's deployment?

How do I set up Recapt MCP?

One command connects Recapt to your AI coding tool. No config files, no setup ceremony. Works with Cursor, Claude Code, Windsurf, and any MCP-compatible editor.

500 sessions free · No credit card

Stop watching replays. Start shipping fixes.

Connect your AI coding tool to real user behavior. Recapt finds the friction, writes the fix, and tracks the result.

500 sessions free · No credit card · 2-minute setup

FAQ

Recapt MCP, explained