Skip to main content
Glama

Image Processing MCP Server

by duke0317

create_gif

Generate GIF animations by combining multiple images with customizable frame duration and loop settings using the Image Processing MCP Server’s dedicated tool.

Instructions

创建GIF动画

Input Schema

NameRequiredDescriptionDefault
durationNo每帧持续时间(毫秒)
image_sourcesYes图片源列表,每个元素可以是文件路径或base64编码的图片数据
loopNo循环次数,0表示无限循环

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 500, "description": "每帧持续时间(毫秒)", "minimum": 50, "title": "Duration", "type": "integer" }, "image_sources": { "description": "图片源列表,每个元素可以是文件路径或base64编码的图片数据", "items": {}, "title": "Image Sources", "type": "array" }, "loop": { "default": 0, "description": "循环次数,0表示无限循环", "minimum": 0, "title": "Loop", "type": "integer" } }, "required": [ "image_sources" ], "title": "create_gifArguments", "type": "object" }

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/duke0317/ps-mcp'

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