Image Generator MCP Server

save-image

Save a generated image

Input Schema

NameRequiredDescriptionDefault
custom_filenameNoCustom filename for the saved image (without extension). If not provided, a UUID will be used.
image_urlYes
promptYes
target_directoryNoDirectory path where the image should be saved. If not provided, defaults to the MCP server's images directory.

Input Schema (JSON Schema)

{ "properties": { "custom_filename": { "description": "Custom filename for the saved image (without extension). If not provided, a UUID will be used.", "type": "string" }, "image_url": { "type": "string" }, "prompt": { "type": "string" }, "target_directory": { "description": "Directory path where the image should be saved. If not provided, defaults to the MCP server's images directory.", "type": "string" } }, "required": [ "image_url", "prompt" ], "type": "object" }

You must be authenticated.

Other Tools