MCP Media Processing Server

convert-image

Convert images to various formats (e.g., JPG, PNG, WebP, GIF) using specified input and output paths. Streamline image format changes with precise control over file destination and naming.

Instructions

Convert image to different format

Input Schema

NameRequiredDescriptionDefault
inputPathYesAbsolute path to input image file
outputFilenameNoOutput filename (only used if outputPath is not provided)
outputFormatYesDesired output format (e.g., jpg, png, webp, gif)
outputPathNoOptional absolute path for output file. If not provided, file will be saved in Downloads folder

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputPath": { "description": "Absolute path to input image file", "type": "string" }, "outputFilename": { "description": "Output filename (only used if outputPath is not provided)", "type": "string" }, "outputFormat": { "description": "Desired output format (e.g., jpg, png, webp, gif)", "type": "string" }, "outputPath": { "description": "Optional absolute path for output file. If not provided, file will be saved in Downloads folder", "type": "string" } }, "required": [ "inputPath", "outputFormat" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Media Processing Server

Related Tools

ID: b1zqwbyrzm