qacito

dpaul20/qacito
★ 0 stars TypeScript AI/LLM Updated today
MCP server that gives Claude persistent QA tooling — test execution, stack detection, accessibility checks, visual regression, async runs, and real-time dashboard
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qacito": {
      "command": "npx",
      "args": [
        "-y",
        "dpaul20/qacito"
      ]
    }
  }
}

README Excerpt

Autonomous QA platform powered by Claude + Playwright. Point it at any project and let AI write, run, and fix your tests. --- QAcito doesn't replace a QA engineer — it removes the mechanical work so the engineer can focus on what actually requires judgement. **QAcito is the execution layer.** It exposes tools: run tests, read files, write specs, check coverage, detect flakiness. By itself it does nothing.

Tools (2)

analyze_projectrun_tests