Skip to content
Cursor

QualityMax QA MCP for Cursor

io.github.quality-max/qmax-mcp

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

client:Cursor transport:stdio runtime:npm

Install QualityMax QA MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

QualityMax QA MCP in other clients