Provides installation support for the MCP server on macOS, with specific paths for configuration files to enable the Ghibli video generation capabilities.
Built as a TypeScript-based MCP server that offers AI image and video generation capabilities with a focus on Ghibli-style animations.
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:
Build the server:
For development with auto-rebuild:
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
Installing via Smithery
To install mcp-server-ghibli MCP Server for Claude Desktop automatically via Smithery:
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
The Inspector will provide a URL to access debugging tools in your browser.
This server cannot be installed
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.
Related MCP Servers
- AsecurityAlicenseAqualityThis server provides tools for uploading images and videos directly to Cloudinary using Claude/Cline, facilitating resource management with customizable options like resource type and public ID.Last updated -1298JavaScriptMIT License
- AsecurityAlicenseAqualityA TypeScript server that integrates Google's Gemini Pro model with Claude Desktop through the Model Context Protocol, allowing Claude users to access Gemini's text generation capabilities.Last updated -19TypeScriptMIT License
- AsecurityAlicenseAqualityA 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 -32TypeScriptMIT License
- AsecurityFlicenseAqualityA 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 -15JavaScriptMIT License