Skip to content
Claude Desktop

ComfyUI MCP for Claude Desktop

io.github.entityadam/comfyui-mcp

Generate and manage ComfyUI media through the Model Context Protocol.

client:Claude Desktop transport:stdio runtime:nuget

Install ComfyUI MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "comfyui-mcp": {
      "command": "dnx",
      "args": [
        "ComfyUi.Mcp",
        "--yes"
      ],
      "env": {
        "ComfyMcp__BaseUrl": "<ComfyMcp__BaseUrl>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ComfyUI MCP in other clients