Comfy Unveils Something New—No More Node-Connecting for AI Art
title: Comfy Released Something New — No More Node-Graphing for AI Art from Now On date: 2026-06-30 platform: toutiao status: finalized (to be published in 3 days) cover: cover.png
Comfy Released Something New — No More Node-Graphing for AI Art from Now On
If you
💡 What You Will Learn
title: Comfy Released Something New — No More Node-Graphing for AI Art from Now On date: 2026-06-30 platform: toutiao status: finalized (to be published in 3 days) cover: cover.png Comfy Released Som
📜 Table of Contents
title: Comfy Just Dropped Something New—No More Node-Wrangling for AI Art date: 2026-06-30 platform: toutiao status: finalized (publish in 3 days) cover: cover.png
Comfy Just Dropped Something New—No More Node-Wrangling for AI Art
If you've never used ComfyUI, let me rant for a second: it's a pain in the ass.
It's currently the most powerful open-source AI art platform out there, with a higher quality ceiling than Midjourney—but it has a barrier that keeps 99% of people out:
Everything is a "node."
You have to drag and connect functional modules like LEGO bricks to build an image-generation pipeline. Can't wire nodes, can't make images. Designers, illustrators, e-commerce artists—if you can't handle nodes, ComfyUI is just a desktop icon to you.
Yesterday, Comfy officially dropped something called Comfy MCP in public beta. It's here to smash that barrier.
1. What Exactly Is Comfy MCP
MCP is a standard Anthropic introduced for "letting AI assistants use tools." In plain English—your Claude, Codex, Hermes, or Cursor used to be a "brain that could only type." Give it MCP, and it grows "hands and feet."
What Comfy did with Comfy MCP is give that brain a pair of "hands that can draw."
It can do 5 things—
First, run workflows with natural language. Before, you'd wire 30 nodes to generate one image. Now you just tell your AI assistant, "Generate 20 product ad images in 4 aspect ratios for my wife's canvas shoe brand," and the AI assistant wires the nodes, tunes the parameters, and runs it all itself—you don't touch a single line of code.
Second, search models, nodes, and templates. The ComfyUI ecosystem has hundreds of models and thousands of nodes. Before, you'd dig through GitHub READMEs. Now you just ask your AI assistant, "What models are there for 3D cartoon style?"—it picks for you.
Third, share workflow URLs—other people's agents can run them directly. This one's the killer feature. You spend an afternoon building a perfect product-image pipeline, drop the URL in a group chat, and your teammate's AI assistant auto-loads and auto-runs it—people who can't wire nodes can still use the workflows you built.
Fourth, re-run saved workflows. "Take that pipeline I ran last time, swap in new inputs, and run it again"—an e-commerce artist might do this 50 times a day.
Fifth, hundreds of preset workflows, auto-updated. Comfy maintains an official workflow library, and the key thing is these presets update automatically—the ComfyUI ecosystem gets a new model every week, you don't have to chase it; the official team does it for you.
2. Who Benefits Most (3 Types of People Will Be Directly Changed)
The official blog gave a few examples—let me translate them into plain talk—
E-commerce artists: Snap one product hero image, have the AI assistant generate 20 ad variations in one click (4 sizes, tailored for Meta's Advantage+ ad system). Work that used to keep artists up till midnight now takes one sentence.
Game artists: Keep character consistency and generate 12 pose variations for card art in one click. Before, an illustrator had to draw 12 pieces to keep the character aligned.
Short-video teams: Three storyboard sketches, AI generates a cinematic short film, and while it's at it, teaches the workflow to your teammate's AI assistant.
3. A Few Things That'll Make You Frown
The Comfy official blog barely mentions these, but you should know about them—
First, don't assume it's still "free and open-source." ComfyUI used to run on your own machine; with MCP, AI assistants can "batch-run mindlessly"—one conversation can easily generate 20 images. Comfy is going the cloud.comfy.org route this time, and compute is billed by usage. The official blog doesn't say this outright—it's a landmine buried in there.
Second, "100% reproducibility" is a double-edged sword. Comfy emphasizes that every generation carries metadata (which model, which nodes, what parameters), and everything is recorded in the cloud. For commercial users, that's great—audits for copyright compliance have a paper trail. For individual users, it's a risk—every image you generate leaves a "full-pipeline DNA" on Comfy's cloud. If they change policies or pricing, you have zero leverage to fight back.
Third, the MCP protocol itself is only a year and a half old. Anthropic only launched it in late 2024, and the ecosystem is still in the "land-grab" phase—MCP implementations vary wildly across different AI assistants, and there are no standards for permission boundaries or security audits. Installing Comfy MCP in Claude is essentially opening up "all the AI tools your computer can call" to a cloud service—who's in charge here? Nobody can answer that right now.
4. Get Started in 5 Minutes—Using Hermes as an Example
I'm not going to rewrite the official docs—just the shortest path. If you use Hermes, copy the following.
Official quote (from the blog's opening): "Connecting Claude, CodeX, Hermes, Cursor to the entire ComfyUI ecosystem"—Hermes is one of the officially listed supported clients.
Step 1: Create an account. Sign up at cloud.comfy.org, or just download the desktop app and use that.
Step 2: Have Hermes install MCP itself. This is the best part—you just tell Hermes:
Hermes, install Comfy Cloud MCP for me. Docs are at https://docs.comfy.org/agent-tools/cloud
It reads the official docs, installs it, and connects itself—you don't even need to copy-paste. That's the beauty of MCP: even the act of installing tools is handed off to the AI assistant.
For the generic MCP method (Hermes / Cursor / Codex go this route)—essentially, you add an HTTP endpoint to the client's MCP config:
Server URL: https://cloud.comfy.org/mcp
Transport: HTTP (Streamable)
Each client has a different MCP config file path—just paste this config to Hermes and let it find the config file and add it for you—it can handle it.
If you're a Claude Code user (Comfy currently offers a one-click install), three commands do it:
/plugin marketplace add Comfy-Org/comfy-skills
/plugin install comfy-cloud@comfy-skills
/mcp # select comfy-cloud → Authenticate, browser pops up for login
After install, you get 10 slash commands built in—/comfy-cloud:generate-image for images, /comfy-cloud:generate-video for video, /comfy-cloud:remove-background for cutouts… all one-liners.
Step 3: Start running. Once connected, just say something to Hermes to test it, like:
Use the Flux model to generate a cyberpunk city night scene, 2:3 aspect ratio
Done—an image shows up on your computer. The whole process never touched a single node.
Official docs are here, with full installation steps, tool lists, and multiple auth methods: 👉 https://docs.comfy.org/agent-tools/cloud
Feedback channels for issues (the official team is actively asking for it, which tells you it's still early): - Feedback form: https://links.comfy.org/cloudmcpbeta - Discord: #comfy-mcp-and-cli channel (https://discord.gg/xWJn6nhE3D)
⚠️ Don't tough out the bugs alone—Comfy MCP is still in public beta, and official Hermes-side adaptation may not be fully polished yet. Install failures, command errors, configs not taking effect—just shout in the #comfy-mcp-and-cli Discord channel. The Comfy team is actively soliciting feedback in their blog, which means they know early versions have rough edges. Every specific issue you report is paving the way for Hermes users.
5. My Take
Comfy MCP isn't an upgrade to AI art tools—it's a paradigm shift.
AI art used to be a "specialized skill"—if you knew ComfyUI, understood nodes, had a high-end GPU, and could tune parameters, you were a god. From now on, designers don't need to learn nodes; they just talk to run pipelines. Artists don't need to understand models; the AI assistant picks for them. Teams don't share tutorials; they share URLs.
Comfy just turned "being able to make art" from a moat for power users into a basic skill for everyone—like how Photoshop turned "knowing PS" from a specialized skill into a baseline.
But don't get too optimistic—cloud compute bills will balloon, your creative data is fully recorded in the cloud, and MCP permission boundaries have no standards. These three pitfalls, Comfy hasn't directly addressed a single one.
The wild-west era of AI art is over. Comfy MCP is the watershed—from today on, an "AI assistant that can draw" is no longer a geek's toy; it's everyone's standard equipment.
Let's chat in the comments: Have you used ComfyUI? Do you know the pain of node-wrangling until you want to scream? Now that Comfy MCP is out, what do you most want to use it to create?
Written by our editorial team; tools listed here are tested or verified against public sources. Links point to official sites or GitHub repos for reference only — no paid placements.
