
Cypress Cloud MCP
Pull Cypress Cloud test runs and accessibility reports into your agent while fixing or shipping UI.
Overview
io.cypress.mcp/cypress-cloud is a MCP server for the Ship phase that gives your agent direct access to Cypress Cloud test results and accessibility reports.
What is this MCP server?
- Cypress Cloud MCP remote at https://mcp.cypress.io/mcp (streamable-http, v1.0.0)
- Direct access to Cypress test results inside AI coding workflows
- Accessibility reports surfaced for agent-driven remediation suggestions
- Maintained in cypress-io/ai-toolkit on GitHub
- Bridges CI/cloud dashboards with local fix loops in Claude Code or Cursor
- Remote endpoint: https://mcp.cypress.io/mcp (streamable-http)
- MCP server version: 1.0.0
- GitHub source: github.com/cypress-io/ai-toolkit
Community signal: 27 GitHub stars.
What problem does it solve?
Cloud test and accessibility data sit in Cypress dashboards while your agent only sees the local repo, slowing fix-and-ship loops.
Who is it for?
Indie web builders using Cypress Cloud who want Claude or Cursor to diagnose failing E2E and accessibility issues from cloud data.
Skip if: Projects with no Cypress suite or teams that never upload runs to Cypress Cloud.
What do I get? / Deliverables
Once connected, the agent can reference live Cypress Cloud runs and a11y reports to suggest targeted test and UI fixes before you ship.
- MCP link to Cypress Cloud test and a11y data
- Agent summaries of failing specs and accessibility issues
- Shorter debug cycles between cloud runs and local code changes
Recommended MCP Servers
Journey fit
Shipping safely depends on interpreted test and a11y signal—Cypress Cloud MCP sits squarely in Ship before wide launch. Testing subphase covers E2E results and accessibility findings agents need during review and fix cycles, not distribution or SEO.
How it compares
Cypress Cloud results MCP, not a Playwright skill or generic unit-test runner plugin.
Common Questions / FAQ
Who is io.cypress.mcp/cypress-cloud for?
Developers who run Cypress in the cloud and want their AI coding agent to consume test and accessibility reports during Ship and review.
When should I use io.cypress.mcp/cypress-cloud?
Use it when analyzing failing runs, flaky E2E, or accessibility regressions right before or after a release candidate ships.
How do I add io.cypress.mcp/cypress-cloud to my agent?
Add https://mcp.cypress.io/mcp as a streamable-http MCP server and authenticate with your Cypress Cloud credentials per Cypress ai-toolkit documentation.