Connect your account, then chat with AI to run tools.
Queue ComfyUI workflows on your own GPU, inspect node schemas, and pull generated images into chat.
ComfyUI is used here only to identify this integration; MCPBundles is not affiliated with or endorsed by ComfyUI or its owner.
Live probe refreshed Sep 18, 2026 · Endpoint host mcp.mcpbundles.com
Built for
AI Artists, Local Generative Media, Workflow Automation
Check ComfyUI is ready
Uses status read before queueing work.
Check whether my local ComfyUI server is running and summarize GPU memory and the current queue.
List checkpoints
Connect ComfyUI to any MCP client in minutes
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/comfyuiThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
MCPBundles publishes this directory for MCP discovery. Except where we host or operate an offering, third-party services run under their own terms. Product and company names on this page are used in a descriptive, identifying way (including under nominative fair use where applicable); they remain the property of their owners. Nothing here grants you rights in those marks, and nothing here is an offer to sell a third party's services. Terms
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/comfyuiThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsUses models list for workflow authoring.
List available checkpoint models in my local ComfyUI install so I can pick one for a txt2img workflow.
Fetch a finished render
Chains history + image read for review.
Given the latest ComfyUI history entry, fetch the output image and describe what was generated.
Does this run ComfyUI in the cloud?
No. Workflows execute on your machine through ComfyUI Desktop or a local ComfyUI server. MCPBundles Desktop forwards API calls to localhost.
Which port should I use?
ComfyUI Desktop usually listens on port 8000. Command-line ComfyUI installs often use 8188. Match the port in your MCPBundles connection to the value shown in ComfyUI's server settings.
Domain knowledge for ComfyUI — workflow patterns, data models, and gotchas for your AI agent.
ComfyUI is a node-graph engine for diffusion and generative media. This bundle reaches the HTTP API on the user's machine through MCPBundles Desktop — not a hosted ComfyUI cloud.
ComfyUI executes API prompt JSON: a map of string node ids to [node_class, {inputs}]. Example node classes: CheckpointLoaderSimple, CLIPTextEncode, KSampler, VAEDecode, SaveImage.
Typical generation flow:
The root cause of “invisible” outputs is skipping history metadata and guessing paths. The correct chain:
Kohya sd-scripts runs inside ComfyUI via custom node packs (for example Kijai's ComfyUI-FluxTrainer with InitFluxLoRATraining, FluxTrainLoop, FluxTrainSave). Queue training like any other graph — there is no separate kohya server.
Training setup order:
ComfyUI's built-in TrainLoraNode is a different trainer — not kohya. Prefer FluxTrainer nodes for kohya-style training and memory options such as blocks_to_swap on constrained GPUs.
After a failed or OOM run:
Long jobs (LoRA training, 15–60+ minutes): prefer HTTP polling with a long timeout, or loop queue + history until the LoRA appears under models/loras/.
Comfyui
Comfyui API Request
comfyui_api_requestCall any ComfyUI or ComfyUI-Manager HTTP route on the user's local instance. Use for Manager routes not wrapped by dedicated tools (customnode/getlist with mode=remote, manager settings, security level probes). Prefer dedicated queue, workflow, and Manager install tools when they exist. Set allow_error_response=true to capture Manager 400 bodies during install debugging.
Open in StudioNo. Workflows execute on your machine through ComfyUI Desktop or a local ComfyUI server. MCPBundles Desktop forwards API calls to localhost.
ComfyUI Desktop usually listens on port 8000. Command-line ComfyUI installs often use 8188. Match the port in your MCPBundles connection to the value shown in ComfyUI's server settings.
© 2026 ThinkChain Inc. All rights reserved.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/comfyui. Authentication is handled automatically.
ComfyUI provides 35 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
ComfyUI uses API Key. ComfyUI requires credentials. Connect via MCPBundles and authentication is handled automatically.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
OpenAI Sora video generation from text prompts: start jobs, poll status, download finished assets, b...
7 tools