Odel
Argus Testing — Autonomous QA MCP

Argus Testing — Autonomous QA MCP

Local
@chriswu7272PythonMITUpdated 4w ago

Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIargus-testingv0.6.0

Run

uvx argus-testing

MCP client config

{
  "mcpServers": {
    "argus-testing-autonomous-qa-mcp": {
      "command": "uvx",
      "args": [
        "argus-testing"
      ]
    }
  }
}