comfyui mcp for Zed
io.github.miller-joe/comfyui-mcp
MCP server for ComfyUI: text-to-image, variations, img2img refine, upscale, image proxy.
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",
"@miller-joe/comfyui-mcp"
],
"env": {
"COMFYUI_URL": "<COMFYUI_URL>",
"COMFYUI_PUBLIC_URL": "<COMFYUI_PUBLIC_URL>",
"COMFYUI_DEFAULT_CKPT": "<COMFYUI_DEFAULT_CKPT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs