Cypress Test Generator MCP
CodeMCP server that automatically generates Cypress test cases and Page Object Models by scraping and analyzing web pages.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"cypress-test-gen-mcp": {
"command": "npx",
"args": [
"-y",
"cypress-test-gen-mcp"
]
}
}
}