mcpbeat Sign in

Comfyui MCP Server

by metabrain-labs Your server? Claim it
local only

Comfyui MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 20 Mar 2026.

MCP Server that transforms ComfyUI workflows into AI-callable tools for MCP Host

Installs per day peak 13 · avg 8 · -2% w/w
a month agotoday
45
Installs / week
npm · @metabrain-labs/comfyui-mcp-server
9
Stars
0 open issues
20 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 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.

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

Alternatives to Comfyui MCP Server

same job, measured the same way
n8n MCP Server
by rpgmais

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

37 installs/wk local only
MPM-Coding
by halflifezyf2680

Local MCP server for reliable long-running AI coding workflows.

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Fomu MCP
by gabrielmahia

MCP server for government forms and document workflows in Kenya (fomu = form)

96 installs/wk local only
AgentUtility Browser Workflow
by agentutility

MCP server for the @agentutility browser-workflow cluster — pay-per-call x402 tools, no API keys…

69 installs/wk local only
Comfyui MCP
by artokun

MCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.

40 093 installs/wk local only
Clappia MCP
by clappia-dev

An MCP server that provides Clappia workspace, forms, workflows, submissions, and analytics

local only

Comfyui MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Comfyui MCP Server?
Comfyui MCP Server 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 @metabrain-labs/comfyui-mcp-server was installed 45 times last week.
How do I connect Comfyui MCP Server?
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 @metabrain-labs/comfyui-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Comfyui MCP Server?
The npm package @metabrain-labs/comfyui-mcp-server was installed 45 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Comfyui MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 9 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.