Skip to main content
ClaudeWave

Browser-backed QA MCP for coding agents, with evidence and fix-ready reports.

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/bhuman-ai/QAbro
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "qabro": {
      "command": "node",
      "args": ["/path/to/QAbro/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/bhuman-ai/QAbro and follow its README for install instructions.
Use cases

MCP Servers overview

# Before Users Do

Browser-backed QA for coding agents.

Before Users Do is a hosted MCP server that lets Codex, Cursor, and other compatible coding agents test a reachable web app, collect browser evidence, and return a fix-ready report before the feature ships.

[Install the QA MCP](https://beforeusersdo.com/qa-mcp) · [Read the setup guide](https://beforeusersdo.com/docs) · [View the official MCP Registry record](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.bhuman-ai%2Fbeforeusersdo)

## What the agent gets

- Browser-backed flow testing against a reachable preview
- Screenshots and recordings tied to the affected step
- Console errors, page errors, and failed network requests
- An explicit `pass`, `needs_fix`, `needs_review`, or `timed_out` outcome
- A focused report the coding agent can use for the next change

## Hosted MCP endpoint

```text
https://mcp.beforeusersdo.com/mcp
```

Create an MCP key through the [public setup guide](https://beforeusersdo.com/docs#start), then add the hosted connection to your MCP-capable coding agent.

## Why QA MCP instead of browser control alone?

A browser tool can click and type. Before Users Do adds the QA contract around those actions: a test goal, an evidence trail, a trustworthy outcome, and a handoff back to the code.

Durable Playwright or end-to-end test suites are still valuable for known regressions. Before Users Do is designed to help the agent inspect the newly finished flow and catch problems that have not become tests yet.
ai-agentsbrowser-testingcodexcursormcpmodel-context-protocolqasoftware-testing

What people ask about QAbro

What is bhuman-ai/QAbro?

+

bhuman-ai/QAbro is mcp servers for the Claude AI ecosystem. Browser-backed QA MCP for coding agents, with evidence and fix-ready reports. It has 0 GitHub stars and was last updated today.

How do I install QAbro?

+

You can install QAbro by cloning the repository (https://github.com/bhuman-ai/QAbro) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is bhuman-ai/QAbro safe to use?

+

bhuman-ai/QAbro has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains bhuman-ai/QAbro?

+

bhuman-ai/QAbro is maintained by bhuman-ai. The last recorded GitHub activity is from today, with 13 open issues.

Are there alternatives to QAbro?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy QAbro to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: bhuman-ai/QAbro
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bhuman-ai-qabro)](https://claudewave.com/repo/bhuman-ai-qabro)
<a href="https://claudewave.com/repo/bhuman-ai-qabro"><img src="https://claudewave.com/api/badge/bhuman-ai-qabro" alt="Featured on ClaudeWave: bhuman-ai/QAbro" width="320" height="64" /></a>

More MCP Servers

QAbro alternatives