QualityMax QA MCP

Give a coding agent independent QA evidence before it declares a web change done: scan the page, inspect the UI, generate a focused Playwright repro, then review the execution result. It runs locally over stdio via the published package.

People who work with playwright, test automation and testing and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 2 · #65 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install QualityMax QA MCP

before you install - you'll need

Set QUALITYMAX_API_KEY before connecting.

Claude Code

claude mcp add quality-max-qmax-mcp -- npx -y @qualitymax/qmax-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "quality-max-qmax-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@qualitymax/qmax-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @qualitymax/qmax-mcp - the @qualitymax scope differs from the repo owner (quality-max); confirm it's the project's official package

registry namespace io.github.Quality-Max is GitHub-verified and matches the repo owner

03 · What QualityMax QA MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.9.0 · 2026-08-28

Highlights · qmax-mcp inspect <url> brings inspect_page to the CLI: every control with a ready-to-paste Playwright locator ranked by how durable its source is, a per-control stability verdict, and a page-level…

v0.8.0 · 2026-08-27

Highlights · scan_url recognises the request shapes common telemetry SDKs use for their own transport - Sentry, PostHog, GA, Datadog RUM, Amplitude, Mixpanel - and names the SDK instead of reporting an anonymous…

v0.7.0 · 2026-08-27

Highlights · scan_url collapses findings that describe one root cause into a single finding carrying an occurrences count, so a defect observed several times is reported and penalised once. · Prefetch and RSC request…

04 · Who maintains QualityMax QA MCP

QualityMax QA MCP is maintained by quality-max. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
browser automation - ranked #65 of 255 actively-maintained browser automation servers as of 2026-09-18.
release cadence
7 releases in the last 90 days (latest 2026-08-28)
registry
io.github.Quality-Max/qmax-mcp (active, first published 2026-08-22 · 8 versions)
packages
npm:@qualitymax/qmax-mcp

06 · QualityMax QA MCP FAQ

What is QualityMax QA MCP?

Give a coding agent independent QA evidence before it declares a web change done: scan the page, inspect the UI, generate a focused Playwright repro, then review the execution result. It runs locally over stdio via the published package.

Is QualityMax QA MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install QualityMax QA MCP?

Run `npx -y @qualitymax/qmax-mcp`. The README documents one environment variable (QUALITYMAX_API_KEY) to set first. Set QUALITYMAX_API_KEY before connecting. You can also paste the ready-made client config above.

Does QualityMax QA MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to QualityMax QA MCP

More browser automation MCP servers · Perplexity Comet MCP · Rebase · Page Map · Netwright · Cochlea

More TypeScript MCP servers · Quantakrypto Pqc Tools · Quantoracle · Taste Bank · QuestDB Web Console MCP Server · Strava MCP (r-huijts) · see all