Cypress MCP (yashpreetbathla)
CodeMCP server for Cypress — run tests, manage specs, snapshot pages, and automate browsers with AI assistants.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"cypress-mcp-yash": {
"command": "npx",
"args": [
"-y",
"cypress-mcp"
]
}
}
}