ComfyUI_MCP

ComfyUI_MCP

3.4

If you are the rightful owner of ComfyUI_MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

ComfyUI_MCP Server is a loosely coupled, extensible, and configuration-driven Model Context Protocol (MCP) server designed for ComfyUI, supporting customizable workflows and automation in AI image generation.

ComfyUI_MCP Server is a versatile and extensible server designed to work with ComfyUI, providing a Model Context Protocol (MCP) that allows for the creation and management of various AI-driven tools and services. It supports the development of custom workflows, such as text-to-image (txt2img) and image-to-image (img2img) transformations, by allowing users to define parameters and behaviors through JSON configurations and decorator modules. This makes it highly suitable for automation and integration in AI-driven scenarios, such as image generation and inference. The server automatically registers tools from a specified directory, making it easy to expand its capabilities without modifying the core system. Additionally, it offers a robust logging system and supports resource management through decorators, ensuring efficient operation and easy debugging.

Features

  • Loosely coupled and extensible design for easy integration with ComfyUI.
  • Supports customizable workflows with JSON configuration and decorator modules.
  • Automatic tool registration from the tools directory for seamless expansion.
  • Robust logging system for efficient debugging and operation.
  • Resource management through decorators for automatic discovery and management.

Tools

  1. txt2img

    Wensheng Diagram tool, supports the definition of parameters and behaviors through JSON configuration

  2. img2img

    Graphics tool that supports defining parameters and behaviors through JSON configuration

  3. Custom tools

    Users can customize tools according to their needs, implement them through JSON configuration and Python modules.