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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ComfyUI-Manager": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ComfyUI-Manager"
]
}
}
}