Generates AI images and videos using the GPT4O Image Generator API.
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.
image_to_video
- Convert static images into animated videos
image
: Base64 encoded image or image URLapi_key
: Authentication keyprompt
: 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")get_points
- Check remaining API credits
api_key
: Authentication keyget_task_result
- Check the status of a video generation task
taskId
: Task ID returned from image_to_videoapi_key
: Authentication keyInstall dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
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"
}
}
}
}
To install mcp-server-ghibli MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @MichaelYangjson/mcp-ghibli-video --client claude
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.
Interact with the Futarchy protocol on the Solana blockchain.
A lightweight, AI-powered end-to-end testing framework for CI workflows. Requires an OpenAI API key.
Automatically builds and serves context files from codebases for AI assistants like Claude.
Generate images using the Together AI API. Supports custom aspect ratios, save paths, and batch generation.
A local MCP server implementing Retrieval-Augmented Generation (RAG) with sentence window retrieval and support for multiple file types.
An AI-driven platform for frontend semantic cognition and automation.
Access WordPress development rules and best practices from the WordPress LLM Rules repository. It dynamically creates tools for each rule and caches content using Cloudflare Durable Objects.
A natural language interface for biological activities analysis using the decoupler tool.
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
A server for monitoring and analyzing Java Virtual Machine (JVM) processes using Arthas, with a Python interface.