Skip to content
Zed

comfyui mcp for Zed

io.github.artokun/comfyui-mcp

MCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.

client:Zed transport:stdio runtime:npm

Install comfyui mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "comfyui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "comfyui-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

comfyui mcp in other clients