ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"comfy-ui-builder": {
"args": [
"/ABSOLUTE/PATH/TO/mcp-comfy-ui-builder/dist/mcp-server.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
ComfyUI Node Discovery — seed knowledge base and MCP tools for Cursor/Claude. Publishable to the MCP Registry via server.json and mcpName.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-comfy-ui-builder' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-comfy-ui-builder against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / design
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for io.github.MIt9/comfy-ui-builder and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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-builder
Or from source: git clone https://github.com/MIt9/mcp-comfy-ui-builder.git && cd mcp-comfy-ui-builder && npm install
Build (postbuild fills knowledge from seed)
npm run build
npm run mcp
Use knowledge in code
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: