ComfyUI-Manager (MCP Server)

GitHub

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.

15,758 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ComfyUI-Manager": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ComfyUI-Manager"
      ]
    }
  }
}