Cypress Cloud MCP for Claude Desktop
io.cypress.mcp/cypress-cloud
Direct access to Cypress tests results and accessibility reports in your AI workflow.
client:Claude Desktop
transport:streamable-http
Install Cypress Cloud MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cypress-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.cypress.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs