mcpbeat Sign in

Quality Control Plan Generator MCP Server

local only

Quality Control Plan Generator runs on your own machine — the client starts it, so there is no endpoint to ping. 227 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 140 · avg 5
a month agotoday
227
Installs / week
npm · quality-control-plan-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Dockerfile

Nothing serious here today

Today is the operative word: we check Quality Control Plan Generator every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 quality-control-plan -- npx -y quality-control-plan-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quality-control-plan": {
      "args": [
        "-y",
        "quality-control-plan-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quality-control-plan]
command = "npx"
args = ["-y", "quality-control-plan-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "quality-control-plan": {
      "args": [
        "-y",
        "quality-control-plan-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quality-control-plan": {
      "args": [
        "-y",
        "quality-control-plan-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IMNOO_ACCESS_TOKEN (Optional. Your Imnoo account token (the id token of your quality-check-protocol.imnoo.com login). Raises the analysis limit from 1 free drawing per day per IP to your plan's quota. Everything except analyze_drawing runs locally without it.), QCP_APP_URL (Optional. Base URL of the Imnoo web app that runs the drawing analysis; only change it to target another deployment.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Quality Control Plan Generator

same job, measured the same way
DocRocket
by crash-ept

Generate on-brand proposals, reports, and contracts instantly. Auto-extracts brand from any URL.

answering
Rendoc MCP Server
by yoryocoruxo-ai

Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates.

35 installs/wk local only
PDF MCP
by wesseltl

Extract text and tables from PDFs for an agent: invoices, reports, statements.

109 installs/wk local only
Invoices Invoicing
by theluckystrike

Invoices and invoicing from your AI chat: PDF generation, numbering, VAT, overdue reports.

local only
Plumb MCP
by tathagat22

Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt.

116 installs/wk local only
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering
Bookkeeping
by helloledger

Bookkeeping for owner-operated businesses. Query transactions, invoices, and reports.

answering
PDF Report Generator
by themoddedcube

Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes.

31 installs/wk local only

Quality Control Plan Generator — questions

Answers built from our own checks of this server.

Why is there no uptime for Quality Control Plan Generator?
Quality Control Plan Generator 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 quality-control-plan-mcp was installed 227 times last week.
How do I connect Quality Control Plan Generator?
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 quality-control-plan-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Quality Control Plan Generator?
The npm package quality-control-plan-mcp was installed 227 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Quality Control Plan Generator open source?
Yes — it is published under the MIT licence, written in Dockerfile and 0 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.