Frontend Testing MCP
CodeMCP server that generates and executes unit and component tests for Jest and Cypress from AI assistants.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"frontend-testing-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-frontend-testing"
]
}
}
}