Cypress MCP
Released Released on May 20, 2026
Cloud MCP connects Cypress Cloud to AI assistants (Claude, Cursor, GitHub Copilot, and any MCP-compatible client) so your assistant can query run data directly — no copy-pasting stack traces, no context-switching to the dashboard.
What's new in GA
UI Coverage data is now queryable — Ask which parts of your app aren't covered by tests, not just which tests are failing.
Accessibility data is now queryable — Triage violation reports, group by severity, and get suggested fixes inline.
OAuth support — Replaces personal access tokens as the recommended setup. Sign in through your browser; the client manages a 30-day session. PATs still work for clients that require them.
Example prompts
What failed in my last CI run on main, and what's the root cause?
Which parts of the checkout page don't have UI Coverage?
Summarize critical accessibility violations from my latest run, grouped by what I can fix now vs. what's third-party.
Which tests were flaky in the last run?
Setup
Enable the integration from your organization's
Integrations
page.
Authenticate with OAuth (recommended) or a personal access token.
Add the server URL to your AI client:
https://mcp.cypress.io/mcp
Free on all Cypress Cloud plans. Beta users are automatically on GA — no action needed.