comfyui_mcp

hybridindie/comfyui_mcp
★ 1 stars Python 🤖 AI/LLM Updated today
Secure MCP server for ComfyUI — workflow inspection, path sanitization, rate limiting, and audit logging. Generate images from Claude and other AI assistants with built-in security controls.
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": {
      "command": "uvx",
      "args": [
        "comfyui-mcp"
      ]
    }
  }
}

Or install with pip: pip install comfyui-mcp

README Excerpt

A secure MCP (Model Context Protocol) server for [ComfyUI](https://github.com/comfyanonymous/ComfyUI). Enables AI assistants like Claude to generate images, run workflows, and manage jobs through ComfyUI — with built-in security controls that existing ComfyUI MCP servers lack. Every existing ComfyUI MCP server is a thin passthrough to ComfyUI's API with no security guardrails. They allow arbitrary workflow execution (including malicious custom nodes that run `eval`/`exec`), have no input validat

Tools (20)

COMFYUI_ALLOWED_DOWNLOAD_DOMAINSCOMFYUI_AUDIT_FILECOMFYUI_CIVITAI_API_KEYCOMFYUI_EXTERNAL_URLCOMFYUI_HUGGINGFACE_TOKENCOMFYUI_MAX_SEARCH_RESULTSCOMFYUI_SECURITY_MODECOMFYUI_TIMEOUT_CONNECTCOMFYUI_TIMEOUT_READCOMFYUI_TLS_VERIFYCOMFYUI_URLcomfyui_audit_dangerous_nodescomfyui_cancel_downloadcomfyui_cancel_jobcomfyui_clear_queuecomfyui_create_workflowcomfyui_download_modelcomfyui_generate_imagecomfyui_get_custom_node_statuscomfyui_get_download_tasks

Topics

ai-toolsclaudecomfyuiimage-generationmcpmcp-servermodel-context-protocolpythonsecuritystable-diffusion