Skip to main content
Glama

ComfyUI MCP Server

by Overseer66

download_image

Download images directly from URLs and save them to specified file paths using ComfyUI MCP Server's integration for efficient image retrieval and storage.

Instructions

Download an image from a URL and save it to a file.

Args: url: The URL of the image to download. save_path: The absolute path to save the image to. Must be an absolute path, otherwise the image will be saved relative to the server location.

Input Schema

NameRequiredDescriptionDefault
save_pathYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "save_path": { "title": "Save Path", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url", "save_path" ], "title": "download_imageArguments", "type": "object" }
Install Server

Other Tools from ComfyUI MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Overseer66/comfyui-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server