Ghibli Video
Generates AI images and videos using the GPT4O Image Generator API.
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"
}
}
}
}
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.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Server Template
A template for creating MCP servers using Python.
AI Agent Playwright
An AI agent for the Playwright MCP server, enabling automated web testing and interaction.
Tinyman MCP
An MCP server for the Tinyman protocol on the Algorand blockchain, offering tools for swaps, liquidity provision, and pool management.
.NET Types Explorer
Provides detailed type information from .NET projects including assembly exploration, type reflection, and NuGet integration for AI coding agents
nUR MCP Server
An intelligent robot control middleware for natural language interaction with industrial robots, powered by LLMs. It integrates with Universal Robots and supports real-time, multi-robot control.
QuantConnect
A server for local interactions with the QuantConnect API.
CoinAPI MCP Server
Access real-time and historical crypto market data from CoinAPI’s MCP server, built for developers and AI agents needing reliable, unified market coverage.
Rubber Duck MCP
A tool that applies rubber duck debugging techniques to AI development environments.
Shell Executor
Execute shell commands safely on a remote server.
MCP Gateway
A feature-rich gateway and proxy that federates MCP and REST services, unifying discovery, authentication, rate-limiting, and observability into a single endpoint for AI clients.