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.
We read the source, 19 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add comfy-ui-builder -- npx -y mcp-comfy-ui-builder
{
"mcpServers": {
"comfy-ui-builder": {
"args": [
"-y",
"mcp-comfy-ui-builder"
],
"command": "npx"
}
}
}
[mcp_servers.comfy-ui-builder]
command = "npx"
args = ["-y", "mcp-comfy-ui-builder"]
{
"mcpServers": {
"comfy-ui-builder": {
"args": [
"-y",
"mcp-comfy-ui-builder"
],
"command": "npx"
}
}
}
{
"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.
Guru MCP Server - Connect AI tools to your Guru knowledge base
Every Zammad ticket, article, and Knowledge Base operation as one CLI and MCP server - plus a
Tree-structured knowledge base as an MCP server
MCP server exposing Dify knowledge base retrieval to Cursor and other MCP clients
Multi-provider research MCP server: unified web search, fact-checking, personal knowledge base.
MCP server for Yuque — expose your knowledge base to AI assistants.
Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.
PIL: local-first knowledge base for your Instagram saved posts, with a read-only MCP server.
Answers built from our own checks of this server.