Skip to main content
Glama

Ghibli Video MCP Server

image_to_video

Transform static images into animated videos with Ghibli-inspired aesthetics. Input an image and optional prompts to generate videos in custom aspect ratios using the Ghibli Video MCP Server.

Instructions

Convert image to animated video

Input Schema

NameRequiredDescriptionDefault
api_keyYesAPI key for authentication
aspect_ratioNoAspect ratio of the output video (e.g. '9:16')9:16
imageYesBase64 encoded source image or image URL
negative_promptNoNegative prompt to guide generationbad prompt
promptNoOptional prompt for video generation

Input Schema (JSON Schema)

{ "properties": { "api_key": { "description": "API key for authentication", "type": "string" }, "aspect_ratio": { "default": "9:16", "description": "Aspect ratio of the output video (e.g. '9:16')", "type": "string" }, "image": { "description": "Base64 encoded source image or image URL", "type": "string" }, "negative_prompt": { "default": "bad prompt", "description": "Negative prompt to guide generation", "type": "string" }, "prompt": { "description": "Optional prompt for video generation", "type": "string" } }, "required": [ "image", "api_key" ], "type": "object" }

Other Tools from Ghibli Video MCP 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/MichaelYangjson/mcp-ghibli-video'

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