comfygenmcp

aschet/comfygenmcp
★ 0 stars Python AI/LLM Updated today
MCP server for generating images on ComfyUI from a chat client.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "comfygenmcp": {
      "command": "uvx",
      "args": [
        "comfygenmcp"
      ]
    }
  }
}

Or install with pip: pip install comfygenmcp

README Excerpt

A Model Context Protocol (MCP) server that connects an AI assistant to a running ComfyUI instance. It fetches a workflow saved in ComfyUI, writes the prompt and seed into it, runs it, and returns the image inline in the chat — so it only works with text-to-image workflows that have a single prompt node and seed to

Tools (1)

stdio

Topics

comfyuiimage-generationimage-generation-aillm-toolsmcpmcp-server