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).
Run
uvx argus-testing
MCP client config
{
"mcpServers": {
"argus-testing-autonomous-qa-mcp": {
"command": "uvx",
"args": [
"argus-testing"
]
}
}
}