Ghibli Video Generator
Summary
mcp-server-ghibli-video is a TypeScript-based MCP server that provides AI image and video generation capabilities through the GPT4O Image Generator API. Developed by MichaelYangjson, this implementation offers tools for converting static images into animated videos in Ghibli style, checking API credit balances, and monitoring task status. The server communicates over stdio, making it compatible with Claude Desktop through a simple configuration, and includes debugging support via MCP Inspector. It's particularly useful for users wanting to create Ghibli-style animations from existing images without implementing complex video generation logic themselves.
Available Actions(3)
image_to_video
Convert static images into animated videos. Required parameters: image (Base64 encoded image or image URL), api_key (Authentication key). Optional parameters: prompt (Text prompt to guide video generation, default: 'in the style of ghibli'), aspect_ratio (Output video aspect ratio, default: '9:16'), negative_prompt (Negative prompt to guide generation, default: 'bad prompt').
get_points
Check remaining API credits. Required parameters: api_key (Authentication key).
get_task_result
Check the status of a video generation task. Required parameters: taskId (Task ID returned from image_to_video), api_key (Authentication key).
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation