argus

chriswu727/argus
★ 1 stars Python 🤖 AI/LLM Updated 1d ago
AI-powered exploratory QA agent. Give it a URL, it finds bugs like a real user. MCP server for Claude Code + standalone CLI.
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": {
    "argus": {
      "command": "uvx",
      "args": [
        "argus"
      ]
    }
  }
}

Or install with pip: pip install argus

README Excerpt

> An opinionated MCP server that turns your loaded LLM into a senior > human QA tester — for web apps and any macOS app on your screen. ``` $ python -m argus.bench --target all buggytasks 22 / 22 = 100 % in 20.5s darkshop 12 / 12 = 100 % in 8.4s ──────────────────────────────────────────

Topics

ai-agentclaude-codeexploratory-testingmcpplaywrightqatesting