Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. ComfyUI MCP
C
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:58:06 PM

ComfyUI MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Generate and manage ComfyUI media through the Model Context Protocol.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "comfyui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "comfyui-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

ComfyUI MCP Server for .NET

Release NuGet License: MIT

Give an AI agent access to ComfyUI generation, workflows, installed models, recent assets, and job controls through the Model Context Protocol.

Quickstart

1. Install .NET 10

Install the .NET 10 SDK. The SDK includes dnx, which downloads and runs the pinned NuGet package without a permanent installation.

Start ComfyUI normally and leave it available at http://localhost:8188.

2. Paste the server configuration

Add this server to your MCP configuration:

config.json
{
  "mcpServers": {
    "comfyui": {
      "command": "dnx",
      "args": [
        "ComfyUi.Mcp@0.0.1-preview5",
        "--yes",
        "--",
        "--stdio"
      ]
    }
  }
}

See MCP client configuration for a complete configuration and copy-paste alternatives, including connecting to ComfyUI at another URL.

Some clients call the top-level property servers instead of mcpServers. Restart or refresh the MCP client after saving the configuration.

3. Let your agent finish setup

Ask:

Run setup_guide() and help me configure ComfyUI MCP.

The guide discovers installed models and bundled workflow families, then helps the agent choose workflows and create reusable defaults. The server can start while ComfyUI is offline, but model discovery and generation require ComfyUI to be running.

Setup guide

For a more deliberate first setup, ask your agent to:

  1. Run setup_guide().
  2. Run workflow_list() and show workflows that match your installed models.
  3. Run family_list() and family_model_list() to check model associations.
  4. Run workflow_options_show() before the first execution.
  5. Save any defaults you approve with workflow_config_set().
  6. Generate a small test image and display it with image_show().

Workflow JSON defines the available parameters. Optional YAML layers provide reusable family, workflow, and model defaults. Tool-call values always have the highest precedence. See Configuration for the complete model.

Features and usage

Families

Families group compatible installed models and enable random selection.

  • family_list() discovers configured families.
  • family_model_list() shows installed members.
  • family_model_add() and family_model_remove() maintain exact membership.

Try asking: β€œShow my configured families and which installed models belong to each one.”

Workflows

Bundled workflows cover image, audio, video, editing, upscaling, interpolation, and text generation.

  • workflow_list() discovers workflow IDs.
  • workflow_options_show() resolves inputs, defaults, and allowed values.
  • workflow_execute() runs any parameterized workflow.
  • workflow_config_set() saves reusable defaults.

Try asking: β€œList the workflows I can run, then explain the options for the best text-to-image workflow.”

Models

model_list() reads the current checkpoint and diffusion-model inventory directly from ComfyUI. Exact model requests must use the returned filename, including its extension.

Try asking: β€œList my installed models and recommend compatible workflow families without inventing filenames.”

Assets

Generated outputs and their provenance are stored in a bounded SQLite registry that survives MCP server restarts.

  • asset_list() and asset_show() inspect recent outputs.
  • generation_show() follows durable event-driven generation state.
  • image_show() renders an image in the conversation.
  • asset_regenerate() reuses a submitted workflow with new parameters.
  • asset_publish_info() and asset_publish() copy outputs into a project.

Try asking: β€œShow my five most recent assets and display the newest image.”

ComfyUI

The server can upload inputs and manage ComfyUI jobs directly.

  • comfy_media_upload() stages image, audio, or video inputs.
  • comfy_queue_status_show() reports running and pending jobs.
  • comfy_job_show() reads local state for a prompt submitted by this server.
  • comfy_job_cancel() cancels queued or running work.

Try asking: β€œShow the ComfyUI queue and explain what is currently running.”

How-to guides

  • Generate audio from text
  • Generate an image from text
  • Edit an image
  • Upscale an image
  • Generate video from text
  • Interpolate video frames

Tips and tricks

Pick a random model from a family

Ask the agent to call family_model_list() first, then use model_strategy: random with the chosen family:

config.json
{
  "prompt": "A cinematic city at dusk",
  "workflow_id": "image_krea2_turbo_t2i",
  "family": "krea2-turbo",
  "model_strategy": "random",
  "aspect_ratio": "16:9"
}

The server selects only from installed models associated with that family.

Add readme() to your system prompt

The readme() tool returns compact operating instructions for agents, including workflow discovery, exact model selection, media upload, and image display. Call it once and add the returned text to your agent's system prompt or persistent project instructions. read_skill() is an alias.

More documentation

  • MCP client configuration
  • Configuration
  • Run from source
  • Build and release

Self-contained Windows, Linux, and macOS archives are attached to each GitHub release.

Acknowledgements

Ported technical requirements from artokun/comfyui-mcp. Thank you!

Related MCP Servers

View all in Developer Tools View all alternatives
  • U
    U He Preset Randomizer

    Generate, randomize, explain, and manage u-he synthesizer presets via the Model Context Protocol.

    πŸ’» Developer Tools0 views
    Compare vs U He Preset Randomizer β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Authentik MCP Server

    Manage Authentik through AI assistants

    πŸ’» Developer Tools0 views
    Compare vs Authentik MCP Server β†’
  • K
    Komodo MCP Server

    Manage Komodo through AI assistants

    πŸ’» Developer Tools0 views
    Compare vs Komodo MCP Server β†’

Frequently Asked Questions about ComfyUI MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "comfyui-mcp": { "command": "npx", "args": ["-y", "ComfyUI MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewComfyUI MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/comfyui-mcp?style=directory)](https://allmcps.com/mcp/comfyui-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/comfyui-mcp"><img src="https://allmcps.com/api/badge/comfyui-mcp?style=directory" alt="ComfyUI MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
5/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 27, 2026
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to ComfyUI MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code