Skip to content
Gemini CLI

ComfyUI MCP for Gemini CLI

io.github.entityadam/comfyui-mcp

Generate and manage ComfyUI media through the Model Context Protocol.

client:Gemini CLI transport:stdio runtime:nuget

Install ComfyUI MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ComfyUI MCP in other clients