One sentence triggers a complete QA workflow. Audit coverage, guard regressions, fix failing tests, scan for vulnerabilities. Works in Claude Code, Claude Desktop, and any MCP-compatible editor.
From zero to automated QA in three steps.
Drop a .mcp.json in your project with your API key. 30 seconds.
Type a natural language command in Claude Code. Like "audit my test coverage."
Claude runs the full workflow — crawl, generate, execute, report.
Add this config to your editor. No repo clone, no credentials.
{
"mcpServers": {
"qualitymax": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.qualitymax.io/api/mcp/sse?api_key=YOUR_API_KEY"
]
}
}
}
Drop this file in your project root
{
"mcpServers": {
"qualitymax": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.qualitymax.io/api/mcp/sse?api_key=YOUR_API_KEY"
]
}
}
}
Settings → Developer → Edit Config
{
"mcpServers": {
"qualitymax": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.qualitymax.io/api/mcp/sse?api_key=YOUR_API_KEY"
]
}
}
}
Any editor that supports MCP servers — Cursor, Windsurf, Cline, and more
Get your API key at app.qualitymax.io — free tier includes core skills + 46 MCP tools.
Here's what happens when you type a trigger phrase in Claude Code.
One sentence. 46 tools orchestrated automatically. Full report in ~2 minutes.
Works in Claude Code, Claude Desktop, and any MCP-compatible editor
Each skill is a complete workflow, not just a prompt.
Full quality audit of any repo. Import, crawl, analyze coverage, generate missing tests, execute, and report.
"Audit my test coverage"Pre-deploy regression check. Run suite, compare history, flag new failures, give go/no-go verdict.
"Is it safe to deploy?"AI code review + test generation for changed code. Review, generate, execute, report coverage impact.
"Review this PR"Auto-fix failing tests. Diagnose the error, crawl the changed page, update selectors, verify the fix.
"Fix my failing checkout test"Find redundant tests, fill gaps, recommend the minimum set for maximum coverage.
"Optimize my test suite"Generate API tests from OpenAPI/Swagger specs. Happy path, auth, validation, edge cases.
"Test all my API endpoints"SAST security audit with OWASP Top 10 categorization. Find vulnerabilities, suggest fixes.
"Scan for vulnerabilities"Convert user stories into structured test cases with Playwright automation and QTML export.
"Plan testing for this sprint"Multi-project pre-release quality check. Run all suites, check thresholds, produce go/no-go report.
"Are we ready to release?"Zero to full test suite in 5 minutes. Create project, import repo, crawl, generate tests, set up CI.
"Set up testing from scratch"AI crawls any URL, captures real selectors and flows, generates production-ready Playwright tests.
"Generate tests from this URL"Turn PRDs, specs, acceptance criteria, or wiki pages into structured test cases with automation.
"Turn this spec into tests"Convert Cypress, Selenium, or other framework tests to Playwright with pattern-aware migration.
"Convert my Cypress tests"