Skip to main content
Glama

MCP Media Processing Server

by maoxiaoke

convert-image

Transform image files into different formats using the MCP Media Processing Server. Specify input path, desired output format, and optional output filename or path for efficient conversion.

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" }

Other Tools from MCP Media Processing 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/maoxiaoke/mcp-media-processor'

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