Ghibli Video Generator

Ghibli Video Generator

michaelyangjson

Converts static images into animated Ghibli-style videos using AI. Monitor generation tasks and check API credits through a simple interface.

Transforms static images into animated Ghibli-style videos through the GPT4O Image Generator API with tools for credit balance checking and task monitoring.

4314 views5Local (stdio)

What it does

  • Convert images to Ghibli-style animated videos
  • Check API credit balance
  • Monitor video generation task status
  • Customize video prompts and aspect ratios
  • Process base64 images or image URLs

Best for

Content creators making animated videosArtists exploring AI-generated animationsSocial media managers creating engaging content
Studio Ghibli animation styleRequires paid API key

About Ghibli Video Generator

Ghibli Video Generator is a community-built MCP server published by michaelyangjson that provides AI assistants with tools and capabilities via the Model Context Protocol. Turn static images into stunning Ghibli-style animations with this AI video generator. Monitor tasks and credit balance It is categorized under other, ai ml.

How to install

You can install Ghibli Video Generator in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Ghibli Video Generator is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

mcp-server-ghibli MCP Server

smithery badge

A TypeScript-based MCP server that provides AI image and video generation capabilities through a simple interface.

Note: This server requires an API key from GPT4O Image Generator. Please visit the website to obtain your API key before using this service.

Features

Tools

1. Image to Video Conversion

  • 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")

2. Points Management

  • get_points - Check remaining API credits
    • Required parameters:
      • api_key: Authentication key

3. Task Management

  • 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

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-ghibli-video": {
      "command": "npx",
      "args": ["-y", "@openmcprouter/mcp-server-ghibli-video"],
      "env": {
        "Ghibli_API_URL": "https://www.gpt4oimg.com"
      }
    }
  }
}

Installing via Smithery

To install mcp-server-ghibli MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @MichaelYangjson/mcp-ghibli-video --client claude

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

Alternatives

Related Skills

Browse all skills
video-downloader

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

52
yt-dlp-downloader

Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "下载视频", "download video", "yt-dlp", "YouTube", "B站", "抖音", "提取音频", "extract audio".

9
text-to-speech

Convert text to natural speech with DIA TTS, Kokoro, Chatterbox, and more via inference.sh CLI. Models: DIA TTS (conversational), Kokoro TTS, Chatterbox, Higgs Audio, VibeVoice (podcasts). Capabilities: text-to-speech, voice cloning, multi-speaker dialogue, podcast generation, expressive speech. Use for: voiceovers, audiobooks, podcasts, accessibility, video narration, IVR, voice assistants. Triggers: text to speech, tts, voice generation, ai voice, speech synthesis, voice over, generate speech, ai narrator, voice cloning, text to audio, elevenlabs alternative, voice ai, ai voiceover, speech generator, natural voice

2
video-transcript-downloader

Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.

2
ffmpeg-keyframe-extraction

Extract key frames (I-frames) from video files using FFmpeg command line tool. Use this skill when the user needs to pull out keyframes, thumbnails, or important frames from MP4, MKV, AVI, or other video formats for analysis, previews, or processing.

1
nano-banana-pro-prompts-recommend-skill

Recommend suitable prompts from 6000+ Nano Banana Pro image generation prompts based on user needs. Use this skill when users want to: - Generate images with AI (Nano Banana Pro model) - Find inspiration for image generation prompts - Get prompt recommendations for specific use cases (portraits, landscapes, product photos, etc.) - Create illustrations for articles, videos, podcasts, or other content - Translate and understand prompt techniques

1