Skip to content
Claude Desktop

argus for Claude Desktop

io.github.ironclawdevs27/argus

Automated web QA via Chrome DevTools MCP — a11y, security, visual, env diff, CI; Aegis redaction.

client:Claude Desktop transport:stdio runtime:npm

Install argus in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "argus": {
      "command": "npx",
      "args": [
        "-y",
        "argusqa-os"
      ],
      "env": {
        "TARGET_DEV_URL": "<TARGET_DEV_URL>",
        "TARGET_STAGING_URL": "<TARGET_STAGING_URL>",
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
        "FIGMA_API_TOKEN": "<FIGMA_API_TOKEN>",
        "ARGUS_REDACT_SENSITIVE": "<ARGUS_REDACT_SENSITIVE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

argus in other clients