Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Image Processor MCP Server
  • Phrases MCP Server
  • Gmail Plugin MCP Server
  • MCP Server for ArangoDB
  • CouchDB MCP Server
Back to MCP Servers
Ghibli Video MCP Server

Ghibli Video MCP Server

Public
MichaelYangjson/mcp-ghibli-video

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

Verified
typescript
0 tools
May 30, 2025
Updated May 30, 2025

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" } } } }

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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based MCP server that implements a simple notes system, allowing users to create, acces...

    2 tools
    Added May 30, 2025
  • Phrases MCP Server
    Phrases MCP Server

    An elegant MCP server that lets users manage inspirational phrases directly through Claude for Deskt...

    6 tools
    Added May 30, 2025
  • Gmail Plugin MCP Server
    Gmail Plugin MCP Server

    An MCP server that enables Gmail integration, allowing users to manage emails (send, receive, read, ...

    Added May 30, 2025
  • MCP Server for ArangoDB
    MCP Server for ArangoDB

    A TypeScript-based server to interact with ArangoDB using the Model Context Protocol, enabling datab...

    7 tools
    Added May 30, 2025
  • CouchDB MCP Server
    CouchDB MCP Server

    A TypeScript-based MCP server that enables AI assistants to interact with CouchDB databases through ...

    9 tools
    Added May 30, 2025