MCP Directory
Back

ComfyUI_MCP

by ericwanghp · Python · ★ 15

CmfyUI_MCP Server is a loosely coupled, extensible, and configuration-driven ModelContextProtocol (MCP) server designed for ComfyUI.

Install

pip install git+https://github.com/ericwanghp/ComfyUI_MCP.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "comfyui-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ericwanghp/ComfyUI_MCP.git"
      ]
    }
  }
}

From the README

ComfyUI_MCP Server 是为 ComfyUI 设计的松耦合、可扩展、配置驱动的模型上下文协议(ModelContextProtocol)服务端。支持依据客户定制工作流可扩展MCP服务(tool) 如: txt2img、img2img,每个MCP服务(tool)的参数和行为均可通过 JSON初始化和MCP工具装饰器模块灵活扩展,适合 AI 绘图、推理等场景的自动化与集成。 ComfyUI_MCP Server is a loosely coupled, extensible, and configuration-driven Model Context Protocol (MCP) server designed for ComfyUI. It supports the extension of MCP services (tools) such as txt2img and img2img, based on user-customized workflows. The parameters and behaviors of each MCP service (tool) can be flexibly extended through JSON initialization and MCP tool decorator modules, making it ide…
Read full README on GitHub →

Related other servers