← Back to Plugins
MCP Server MCP

io.github.miller-joe/comfyui-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for ComfyUI: text-to-image, variations, img2img refine, upscale, image proxy.

Homepage Verified source GitHub

Install

npx -y @miller-joe/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@miller-joe/comfyui-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:9100/mcp"
      },
      "environmentVariables": [
        {
          "description": "ComfyUI HTTP URL used internally by this server. Default: http://127.0.0.1:8188",
          "format": "string",
          "name": "COMFYUI_URL"
        },
        {
          "description": "Externally-reachable ComfyUI URL used in image URLs returned to clients. Set when the internal URL isn't reachable from MCP clients (common with Docker networks).",
          "format": "string",
          "name": "COMFYUI_PUBLIC_URL"
        },
        {
          "description": "Default checkpoint filename. Default: sd_xl_base_1.0.safetensors",
          "format": "string",
          "name": "COMFYUI_DEFAULT_CKPT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...