QualityMax QA MCP for VS Code
io.github.quality-max/qmax-mcp
Local QA MCP: scan URLs, inspect pages, generate Playwright repros, and run tests.
client:VS Code
transport:stdio
runtime:npm
Install QualityMax QA MCP in VS Code
.vscode/mcp.json
{
"servers": {
"qmax-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qualitymax/qmax-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs