ComfyUI-MCP-Server-Python

MetaBrain-Labs/ComfyUI-MCP-Server-Python
★ 3 stars Python 🤖 AI/LLM Updated 1mo ago
A Python MCP Server that converts ComfyUI workflows into parameter-configurable tools for AI agents. | 将 ComfyUI 工作流转化为参数可配置的 MCP 工具,供 AI 代理通过自然语言驱动图像与视频生成。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "comfyui-mcp-server-p": {
      "command": "uvx",
      "args": [
        "comfyui-mcp-server-python"
      ]
    }
  }
}

Or install with pip: pip install comfyui-mcp-server-python

Topics

ai-agentclaudecomfy-uicomfyuiimage-generationllm-toolsmcpmcp-servermodel-context-protocolpython3