comfyui-mcp-server

comfyui-mcp-server

3.3

If you are the rightful owner of comfyui-mcp-server 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 server implementation for integrating ComfyUI with the Model Context Protocol (MCP). It requires a running ComfyUI server, which can be hosted locally or accessed via an existing server address.

ComfyUI MCP Server is designed to facilitate the integration of ComfyUI with the Model Context Protocol (MCP). This server acts as a bridge, allowing users to leverage ComfyUI's capabilities within the MCP framework. It requires a running instance of ComfyUI, which can be hosted locally or accessed through an existing server. The server supports various tools and workflows, enabling users to perform tasks such as generating images from text and running custom workflows. Users can configure the server through environment variables and add custom workflows by placing JSON files in the designated directory. The server can be run using different platforms, including UV and Docker, providing flexibility in deployment and usage.

Features

  • text_to_image: Generates an image from text input and returns the URL of the generated image.
  • download_image: Downloads images generated by other tools using the image URL.
  • run_workflow_with_file: Executes a workflow by providing the path to a workflow JSON file.
  • run_workflow_with_json: Executes a workflow by providing the workflow JSON data directly.