mcp-image-downloader

download_image

Download an image from a URL to a specified path

Input Schema

NameRequiredDescriptionDefault
outputPathYesPath where to save the image
urlYesURL of the image to download

Input Schema (JSON Schema)

{ "properties": { "outputPath": { "description": "Path where to save the image", "type": "string" }, "url": { "description": "URL of the image to download", "type": "string" } }, "required": [ "url", "outputPath" ], "type": "object" }

You must be authenticated.

Other Tools