Quality Control Plan Generator for Grok
com.imnoo/quality-control-plan
Quality control plans from drawing PDFs: auto-extracted tolerances, balloons, Excel + PDF reports.
client:Grok
transport:stdio
runtime:npm
Install Quality Control Plan Generator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"quality-control-plan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"quality-control-plan-mcp"
],
"env": {
"QCP_APP_URL": "<QCP_APP_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs