Skip to content
Cursor

Quality Control Plan Generator for Cursor

com.imnoo/quality-control-plan

Quality control plans from drawing PDFs: auto-extracted tolerances, balloons, Excel + PDF reports.

client:Cursor transport:stdio runtime:npm

Install Quality Control Plan Generator in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "quality-control-plan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "quality-control-plan-mcp"
      ],
      "env": {
        "QCP_APP_URL": "<QCP_APP_URL>"
      }
    }
  }
}

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

Quality Control Plan Generator in other clients