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 URLapi_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”)
- Required parameters:
2. Points Management
get_points- Check remaining API credits- Required parameters:
api_key: Authentication key
- Required parameters:
3. Task Management
get_task_result- Check the status of a video generation task- Required parameters:
taskId: Task ID returned from image_to_videoapi_key: Authentication key
- Required parameters:
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.
Ghibli Video Server
Project Details
- MichaelYangjson/mcp-ghibli-video
- MIT License
- Last Updated: 4/17/2025
Recomended MCP Servers
NOVA MCP is a MCP that leverages NOVA for prompt security
MCP server for Dart VM and Flutter
MCP server, providing AI with access to the payman documentation
MCP server that provides tools and resources for integrating Hugeicons into various platforms. It implements a Model Context...
mcp 示例
这是一个基于MCP框架的智能客服系统示例项目,用于演示如何构建和部署智能客服应用
The no-bullshit dictionary. Real definitions for real humans. No more reading 10 definitions to understand one word.
A Model Context Protocol (MCP) server implementation for Variflight services.
MCP server helping models to understand your Vite/Nuxt app better.
Baidu Search MCP Server I A Model Context Protocol (MCP) server that provides web search capabilities through Baidu,...





