Cypress Cloud Connector for AI agents.
10 live capabilities
Audit E2E test results and track flaky tests using your AI agent.
Waiting for input…
Why people use Cypress Cloud
Cypress Cloud for solving manual test log hunting
With this Connector, that manual hunt disappears. You just ask your agent to show you the error for the last failed run in a specific project. It pulls the screenshots, video URLs, and error messages instantly, so you can see the failure and start fixing it immediately.
What Vinkius changes
You get a conversational interface for your entire Cypress Cloud test history.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed login flow
A QA engineer asks the agent to find the last failed run for the 'auth' project and pull the screenshot and error message for the login spec.
- Real-world use case 02
Identifying flaky tests in the pipeline
A DevOps engineer asks the agent to list all tests with a flake rate higher than 5% to determine which specs need refactoring.
- Real-world use case 03
Reporting on pipeline performance
A manager asks the agent to fetch a report of the top 10 slowest tests from the last week to identify bottlenecks in the CI/CD flow.
Complete set · 10capabilities
The complete Cypress Cloud capability set.
These are the exact actions your AI can choose when you ask it to work with Cypress Cloud.
01—04
4 capabilities in this set.
Part of 10 available through Cypress Cloud.
- 01 Capability
Get instances
List every spec file execution within a specific run. It returns instance IDs, spec names, and durations.
- 02 Capability
Get instance
Get full details for a single spec instance. This includes the error message, screenshot, and video URL.
- 03 Capability
Get tests
List individual tests within a spec instance. It shows titles, states, durations, and error messages.
- 04 Capability
Report runs
Get an enterprise run summary report. This is great for pulling aggregated data into BI dashboards.
05—07
3 capabilities in this set.
Part of 10 available through Cypress Cloud.
- 05 Capability
Report tests
Get enterprise test results reports. It provides individual test-level data with statuses and error messages.
- 06 Capability
Report flaky
Get a report of flaky tests. It identifies tests that pass and fail intermittently and lists their flake rates.
- 07 Capability
List projects
Find your project names and IDs across your Cypress Cloud organization. Use this to get the correct project ID for other queries.
08—10
3 capabilities in this set.
Part of 10 available through Cypress Cloud.
- 08 Capability
Get runs
List recent test runs for a project. It shows you the status, branch, duration, and commit info for each run.
- 09 Capability
Get run
Get full details for a specific run. This includes passed and failed counts, parallelization, and group info.
- 10 Capability
Report slow
Get a report on your slowest tests. It returns test names along with average, p95, and max durations.
Set up in minutes
One URL. Then ask Cypress Cloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cypress Cloud from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IKhVCeL6avFJPY6iQ838105q3zZBtwMa7WMfyaRI/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Cypress Cloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cypress Cloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IKhVCeL6avFJPY6iQ838105q3zZBtwMa7WMfyaRI/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Cypress Cloud URL.
- Step 03
Save and start
Save the connection and enable Cypress Cloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cypress-cloud": {
"url": "https://edge.vinkius.com/vk_preview_IKhVCeL6avFJPY6iQ838105q3zZBtwMa7WMfyaRI/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Cypress Cloud
Open Agent mode in chat and ask: "Using Cypress Cloud, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cypress-cloud": {
"url": "https://edge.vinkius.com/vk_preview_IKhVCeL6avFJPY6iQ838105q3zZBtwMa7WMfyaRI/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Cypress Cloud
Ask Copilot: "Using Cypress Cloud, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cypress-cloud": {
"url": "https://edge.vinkius.com/vk_preview_IKhVCeL6avFJPY6iQ838105q3zZBtwMa7WMfyaRI/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Cypress Cloud
Open Cascade and ask: "Using Cypress Cloud, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cypress-cloud": {
"url": "https://edge.vinkius.com/vk_preview_IKhVCeL6avFJPY6iQ838105q3zZBtwMa7WMfyaRI/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Cypress Cloud
Ask Cline: "Using Cypress Cloud, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cypress-cloud --transport http "https://edge.vinkius.com/vk_preview_IKhVCeL6avFJPY6iQ838105q3zZBtwMa7WMfyaRI/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Cypress Cloud
Ask Claude: "Using Cypress Cloud, show me...". 10 tools are ready
Where the request belongs
Work Cypress can move forward.
This is for the QA engineer tired of manual log hunting and the DevOps lead who needs to prove pipeline stability to stakeholders.
QA Engineer
Uses the Connector to quickly find screenshots and error logs for failed specs without clicking through the dashboard.
DevOps Engineer
Audits pipeline performance and identifies flaky tests to improve CI reliability.
Software Developer
Checks test results and error logs directly in their IDE to debug faster.
Engineering Manager
Pulls aggregated test summaries to monitor overall project quality and maintainability.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMabl (AI-Powered Test Automation)
Manage E2E testing via Mabl. trigger test plans, monitor execution results, and perform AI-driven failure analysis.
Katalon TestOps (AI Test Management)
Manage test orchestration via Katalon TestOps. rerun test runs, monitor execution results, and audit software releases.
Testim
Trigger automated AI tests, inspect execution logs, and manage branches natively via your AI agent.
Sauce Labs
Monitor and manage UI/E2E test automation at scale via AI. stop failing jobs, inspect video logs, and check pipeline concurrency metrics.
TestMu AI (formerly LambdaTest)
Manage cross-browser testing via TestMu AI. audit automation builds, inspect test sessions, and retrieve visual logs.
Applitools
Bring AI-powered visual testing to your AI agent. inspect test batches, review UI diffs, and manage your visual baselines naturally.
Bring your own AI
Change the model, client or framework. Keep Cypress connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Cypress.
The practical details behind the request, access and result.
Can I use Cypress Cloud MCP with my existing Enterprise account?
Yes, this Connector connects directly to your existing Cypress Cloud Enterprise account using your API key and project IDs.
Does Cypress Cloud MCP show me screenshots of failed tests?
Yes, it can retrieve specific screenshots and video URLs for failed spec instances so you can see exactly what went wrong.
How does Cypress Cloud MCP help with flaky tests?
It identifies tests that intermittently pass or fail by pulling flake rates and the dates of the last occurrences, helping you prioritize what to fix.
Can I get performance metrics like p95 with Cypress Cloud MCP?
Yes, you can request reports on slow tests that include average, p95, and max durations for your CI/CD pipeline.
Is Cypress Cloud MCP compatible with Cursor and Claude?
Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.
Do I need a special license for Cypress Cloud MCP?
You need a Cypress Cloud Enterprise account to use this Connector, as it utilizes the Enterprise Data Extract API.
Can my agent help me debug a failed Cypress test?
Yes. Use the 'get_instance' capability with the instance ID. The agent will retrieve explicit error messages and can provide you with direct links to failure screenshots and video recordings stored in Cypress Cloud.
How do I identify which tests are flaky in my project?
Provide a start date to the 'report_flaky' capability. Your agent will analyze the historical data from Cypress Cloud and identify tests that intermittently pass and fail, helping you improve your CI reliability.
Can I use the agent to monitor the duration of my test runs?
Absolutely. The 'report_slow' capability retrieves high-precision duration metrics. The agent can surface the slowest tests by average or p95 duration, allowing you to optimize your test suite's execution time.
One connection away
Give your agent a direct line to Cypress.
Connect Cypress once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available