Argus Testing — Autonomous QA MCP
Rank #12,646io.github.chriswu727/argus
Autonomous QA MCP for web and macOS that tests like a real engineer, finds bugs, and verifies them.
Argus Testing — Autonomous QA MCP is a Model Context Protocol (MCP) server published by chriswu727. It ranks #12,646 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Argus Testing — Autonomous QA MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Apr 13, 2026 and most recently updated on Jul 21, 2026.
Ranks ahead of 102,814 of 115,460 servers on MCP Toplist.
Use Argus Testing — Autonomous QA MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add argus -- uvx argus-testing[mcp_servers.argus]
command = "uvx"
args = ["argus-testing"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"argus": {
"command": "uvx",
"args": [
"argus-testing"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"argus": {
"command": "uvx",
"args": [
"argus-testing"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"argus": {
"type": "stdio",
"command": "uvx",
"args": [
"argus-testing"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"argus": {
"command": "uvx",
"args": [
"argus-testing"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"argus": {
"command": "uvx",
"args": [
"argus-testing"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chriswu727%2Fargus)<a href="https://mcptoplist.com/server/io.github.chriswu727%2Fargus"><img src="https://mcptoplist.com/badge/io.github.chriswu727%2Fargus.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chriswu727
Other servers by chriswu727
View all chriswu727 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.0 | Jul 21, 2026 |
| 0.5.1 | Jul 21, 2026 |
Frequently asked questions
- Who maintains Argus Testing — Autonomous QA MCP?
- Argus Testing — Autonomous QA MCP is maintained by chriswu727, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Argus Testing — Autonomous QA MCP listed on the Official MCP Registry?
- Yes — Argus Testing — Autonomous QA MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Argus Testing — Autonomous QA MCP have?
- MCP Toplist tracks 2 versions of Argus Testing — Autonomous QA MCP, most recently published on Jul 21, 2026.
- Where can I find the source code for Argus Testing — Autonomous QA MCP?
- The source code for Argus Testing — Autonomous QA MCP is hosted at github.com/chriswu727/argus.