mcpbeat Sign in

ComfyUI Builder MCP Server

local only

ComfyUI Builder runs on your own machine — the client starts it, so there is no endpoint to ping. 106 installs a week from npm. Last commit 3 Feb 2026.

ComfyUI MCP server: knowledge base, workflow builder, real-time execution, models, plugins.

Installs per day peak 81 · avg 18 · +122% w/w
a month agotoday
106
Installs / week
npm · mcp-comfy-ui-builder
3
Stars
0 open issues
3 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/manager-cli.ts:60
      const out = execSync(`netstat -ano | findstr :${port}`, { encoding: 'utf8', stdio: ['pipe', 'pipe', 'pipe'] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: COMFYUI_HOST (ComfyUI API URL (e.g. http://127.0.0.1:8188). Required for execution, queue, outputs.), COMFYUI_PATH (Path to ComfyUI install. Required for install_custom_node, install_model.), COMFYUI_KNOWLEDGE_DIR (Path to knowledge directory (default: package knowledge/). Use when MCP runs from different cwd.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ComfyUI Builder

same job, measured the same way
Guru Remote MCP Server
by getguru

Guru MCP Server - Connect AI tools to your Guru knowledge base

answering
Zammad MCP
by servosity

Every Zammad ticket, article, and Knowledge Base operation as one CLI and MCP server - plus a

local only
Outline MCP
by ynishi

Tree-structured knowledge base as an MCP server

local only
Dify MCP
by salted-butter-joshua

MCP server exposing Dify knowledge base retrieval to Cursor and other MCP clients

62 installs/wk local only
Infobroker
by flukeatzerocool

Multi-provider research MCP server: unified web search, fact-checking, personal knowledge base.

596 installs/wk local only
Yuque MCP
by yuque

MCP server for Yuque — expose your knowledge base to AI assistants.

500 installs/wk local only
CoderSwap MCP Server
by njlnaet

Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.

26 installs/wk local only
Pil
by pjpoulose

PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.

local only

ComfyUI Builder — questions

Answers built from our own checks of this server.

Why is there no uptime for ComfyUI Builder?
ComfyUI Builder 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 mcp-comfy-ui-builder was installed 106 times last week.
How do I connect ComfyUI Builder?
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 mcp-comfy-ui-builder straight from npm; nothing to host, nothing to sign up for.
How many people use ComfyUI Builder?
The npm package mcp-comfy-ui-builder was installed 106 times in the last week. Week over week that is +122%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ComfyUI Builder open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.