mcpbeat Sign in

QualityMax QA MCP Server

by quality-max Your server? Claim it
local only

QualityMax QA MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 224 installs a week from npm. Last commit 31 Aug 2026.

Local QA MCP: scan URLs, inspect pages, generate Playwright repros, and run tests.

Installs per day peak 324 · avg 84 · +110% w/w
a month agotoday
1 224
Installs / week
npm · @qualitymax/qmax-mcp
2
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/tools/run-playwright-test.ts:369
    const child = spawn(cmd, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qmax-mcp -- npx -y @qualitymax/qmax-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qmax-mcp": {
      "args": [
        "-y",
        "@qualitymax/qmax-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qmax-mcp]
command = "npx"
args = ["-y", "@qualitymax/qmax-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qmax-mcp": {
      "args": [
        "-y",
        "@qualitymax/qmax-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qmax-mcp": {
      "args": [
        "-y",
        "@qualitymax/qmax-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to QualityMax QA MCP

same job, measured the same way
I
Playwright Wizard MCP
by oguzc

MCP server providing Playwright test generation wizard with intelligent prompts and best practices

51 installs/wk local only
five46
by sekharsdet

BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.

219 installs/wk local only
Katatan Test
by katatan-org

KATATAN E2E testing agent set — Playwright + KATATAN MCP integration

41 installs/wk local only
Playwright Report MCP
by hubertgajewski

Run Playwright tests and surface structured results for AI agents doing test failure analysis.

307 installs/wk local only
Playwright Spatial Layout MCP
by vola-trebla

MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright

54 installs/wk local only
Terminal MCP Server
by aybelatchane

MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.

86 installs/wk local only
Aethyn Browser MCP
by aethynio

Local Playwright browser through residential proxies — agent picks country + sticky identity

63 installs/wk local only
Truepane
by antonkarliner

Local MCP server generating complete App Store & Google Play screenshot sets.

95 installs/wk local only

QualityMax QA MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for QualityMax QA MCP?
QualityMax QA MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @qualitymax/qmax-mcp was installed 1 224 times last week.
How do I connect QualityMax QA MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @qualitymax/qmax-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use QualityMax QA MCP?
The npm package @qualitymax/qmax-mcp was installed 1 224 times in the last week. Week over week that is +110%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QualityMax QA MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.