Skip to main content
Glama

mcp-image-downloader

by qpd-v

download_image

Download images from URLs and save them to a specified path using the MCP image downloader tool for efficient image management.

Instructions

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 from mcp-image-downloader

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/qpd-v/mcp-image-downloader'

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