Skip to main content
Glama

Ghibli Video MCP Server

mcp-server-ghibli MCP Server

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.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A TypeScript-based server that converts static images into animated videos with Ghibli-style aesthetics, accessible through Claude Desktop.

  1. Features
    1. Tools
  2. Development
    1. Installation
      1. Installing via Smithery
      2. Debugging

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A TypeScript-based MCP server that enables AI assistants to interact with Gyazo images using the Model Context Protocol, providing access to image URIs, metadata, and OCR data via the Gyazo API.
      Last updated -
      5
      19
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A server that enables generating videos from static images using Vidu's AI models, with features for image-to-video conversion, task monitoring, and image uploading.
      Last updated -
      3
      1
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A server that accepts image URLs and analyzes their content using GPT-4-turbo, enabling Claude AI assistants to understand and describe images through natural language.
      Last updated -
      1
      1
      JavaScript
    • -
      security
      -
      license
      -
      quality
      A TypeScript-based server that connects MCP Clients to Dify applications, dynamically exposing Dify applications as tools that can be used directly within the MCP Client.
      Last updated -
      2
      JavaScript
      MIT License

    View all related MCP servers

    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