Example macros and templates — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Example macros and templates (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<img src="assets/icon.svg" width="48" height="48" alt="" align="left" />
ComfyUI Node Discovery — seed knowledge base and MCP tools for Cursor/Claude. Publishable to the MCP Registry via server.json and mcpName.
knowledge/base-nodes.json and node-compatibility.json from bundled data (62 seed nodes; 100–600+ after sync). No external services required for suggest/build.sync-nodes CLI or on MCP startup.npm install mcp-comfy-ui-builderOr from source: git clone https://github.com/MIt9/mcp-comfy-ui-builder.git && cd mcp-comfy-ui-builder && npm install
npm run build
npm run mcp import baseNodes from './knowledge/base-nodes.json' assert { type: 'json' };| Command | Description |
|---|---|
npm run seed | Fill knowledge from seed. Use --force to overwrite. |
npm run sync-manager | Update custom packs list from ComfyUI-Manager |
npm run sync-nodes | Sync nodes from running ComfyUI to knowledge base (requires COMFYUI_HOST) |
npm test | Run tests (vitest) |
npm run mcp | Start MCP server (after npm run build) |
Single entry point — task-oriented navigation:
docker pull siniidrozd/mcp-comfy-ui-builder | docker-compose for MCP + ComfyUImcpName in package.json; see MCP Registry quickstart to publish after npm publish.Server provides 50+ tools across 9 categories:
Node Discovery:
Dynamic Workflow Builder:
Templates & Macros:
Real-time execution 📡
Resources & Model Management:
Outputs & Queue:
Plugins:
Install (requires COMFYUI_PATH):
Set COMFYUI_HOST environment variable for execution/model/output tools:
export COMFYUI_HOST="http://localhost:8188"See doc/MCP-SETUP.md for full tool list and doc/WEBSOCKET-GUIDE.md for real-time features.
From project root, first build the project, then start the server:
npm run build
npm run mcpOr without npm: node dist/mcp-server.js. Server works via stdio (stdin/stdout). More details → doc/MCP-SETUP.md.
What you need: Node.js 18+, one-time build (npm run build), absolute path to dist/mcp-server.js, restart after config change. If the server fails to start with «spawn node ENOENT», use the full path to node in command (run which node and put that path). See doc/MCP-SETUP.md → Troubleshooting.
Minimal config (knowledge and workflow tools only):
{
"mcpServers": {
"comfy-ui-builder": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/mcp-comfy-ui-builder/dist/mcp-server.js"]
}
}
}Use full path in command (e.g. "/opt/homebrew/bin/node") if Cursor/IDE reports «spawn node ENOENT».
With ComfyUI execution (execute_workflow, get_execution_status, list_outputs, etc.): add "env": { "COMFYUI_HOST": "http://127.0.0.1:8188" } to the server block. See doc/MCP-SETUP.md for full checklist, optional env vars (COMFYUI_PATH, COMFYUI_KNOWLEDGE_DIR), and troubleshooting.
mcp-comfy-ui-builder, visibility Public (or Private). Do not initialize with README, .gitignore, or license (project already has them). git remote add origin https://github.com/MIt9/mcp-comfy-ui-builder.git
git branch -M main
git push -u origin mainMIt9 with your GitHub username in the URLs above.Cursor: Settings → MCP; Claude Desktop: config file ~/Library/Application Support/Claude/claude_desktop_config.json (macOS). Replace the path with your absolute path to dist/mcp-server.js, then restart the app. Full guide: doc/MCP-SETUP.md.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.