RunComfy MCP
OfficialRelated Servers
Alternatives to RunComfy MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for ComfyUI — text-to-image, variations, img2img refine, upscale, image proxy, and workflow runner.1585 npm1MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes ComfyUI image and 3D generation as a single tool with smart prompt classification. It enables AI assistants to generate assets directly by selecting and running the appropriate ComfyUI workflow.-
- AlicenseNot gradedqualityBmaintenanceMCP server that wraps ComfyUI for SDXL image generation. It exposes tools for generating images, listing models, and checking ComfyUI health, with presets and GPU resource coordination.MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that connects local ComfyUI to AI agents, enabling natural language control of ComfyUI for creating workflows, generating images, and managing the queue.-
- AlicenseBqualityBmaintenanceMCP server that dynamically exposes each enabled ComfyUI workflow as a tool with JSON Schema, supports job submission with wait and idempotency, file uploads, and resource metadata, with both stdio and authenticated Streamable HTTP transports.35MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that enables AI agents to control a local ComfyUI instance for image generation, allowing workflow understanding, parameter modification, execution, and model discovery.23 npm3Apache 2.0
TDQS
Scored across 31 tools
Tools are grouped by resource with clear action prefixes, so deployments, datasets, models, and training jobs are generally easy to tell apart. The main ambiguity risk is the parallel request-status/result/cancel tools for deployment requests versus model API requests, which require careful reading to avoid misselection.
All tool names follow a consistent snake_case verb_noun pattern, e.g., create_deployment, list_datasets, submit_training_job, cancel_model_request. Even longer names like upload_dataset_file_from_url and get_dataset_upload_urls stay predictable and readable.
At 31 tools, this is a heavy surface and exceeds the 25+ threshold for too many tools. The tools are well organized into deployment, dataset, model, and training clusters, but the MCP would be easier to navigate if split into separate per-domain servers.
Core platform workflows are well covered: deployment CRUD plus inference lifecycle, model discovery and execution, dataset creation and upload, and training job submission/status/result/cancel/resume/edit. The notable gaps are the lack of a list_training_jobs tool and no way to list past requests, though agents can work around these by capturing IDs from submission calls.