End-to-end testing for web apps. Record tests, debug failures, and run in CI/CD.
npx -y @cypress/mcp-server-cypress
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"cypress": {
"command": "npx",
"args": ["-y", "@cypress/mcp-server-cypress"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleEnd-to-end testing for web apps. Record tests, debug failures, and run in CI/CD.
Language: JavaScript
Category: Developer Tools