QualityMax MCP is available on Smithery. The listing gives teams a copy-ready install command, a secure OAuth connection flow, and a place to browse the server's tools before asking an agent to act.
QualityMax MCP brings test automation into the agent loop. You can move from a repository or test target to generated tests, execution results, and reviewable artifacts without leaving the coding environment where the work started.
Connect in one command
Run the Smithery command from the project where you want the MCP connection available:
npx -y smithery mcp add qualitymax/qualitymax-mcp
Complete the OAuth flow when prompted. Authentication stays in the connection flow and your client's secure storage; it does not belong in source control, generated tests, or chat messages.
Inspect before you invoke
Before running a workflow, list the available tools and inspect the inputs for the one you intend to use:
npx -y smithery tool list qualitymax/qualitymax-mcp
For a closer look at a single tool's input contract, ask Smithery for its schema:
npx -y smithery tool get qualitymax/qualitymax-mcp import_repository
A practical first QA loop
- Ground the agent. Select an existing QualityMax project or import the repository you want to verify.
- Start with discovery. Ask for repository quality or a small, read-only crawl before generating broad coverage.
- Generate one meaningful test. Prefer a user outcome with an assertion that would catch a real regression.
- Run after review. Approve the generated test, execute it, and wait for the terminal result rather than treating a queued job as success.
- Inspect the evidence. Review the result and available logs, screenshots, video, or trace before promoting the test into the suite.
Smithery or direct setup?
Choose Smithery when you want the managed install and OAuth path. Choose direct setup when your organization already manages MCP endpoints and credentials in its own client configuration. Both routes connect to the same QualityMax workflow; the difference is how the connection is provisioned.
Our coding agent MCP quickstart now documents both paths, including direct setup for Claude Code, Codex, Antigravity, and OpenCode.
Connect QualityMax MCP
Open the listing, add the server, and start with a small request whose result you can inspect.
Open QualityMax on Smithery