Skip to content
Cline

ComfyUI MCP for Cline

io.github.entityadam/comfyui-mcp

Generate and manage ComfyUI media through the Model Context Protocol.

client:Cline transport:stdio runtime:nuget

Install ComfyUI MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ComfyUI MCP in other clients