comfyui-mcp-server

sumitchatterjee13/comfyui-mcp-server
★ 0 stars Python AI/LLM Updated today
This mcp server is meant for being used wih AI coding agents to generate images locally as required, AI agent can automatically send the prompt and image dimentions to comfyui to generate required images.
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": {
    "comfyui-mcp-server": {
      "command": "uvx",
      "args": [
        "comfyui-mcp-server"
      ]
    }
  }
}

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