GIF Creator
БесплатноНе проверенConverts video files to high-quality GIF animations using FFmpeg with optimized palette generation, customizable FPS and dimensions, and precise time-based segm
Описание
Converts video files to high-quality GIF animations using FFmpeg with optimized palette generation, customizable FPS and dimensions, and precise time-based segment extraction for creating animated previews and social media content.
README
An MCP (Model Context Protocol) server that converts video files to GIF animations.
Features
- Convert any video file to GIF format
- Customize output settings (FPS, dimensions, duration)
- Extract specific portions of videos
- High-quality GIF generation with optimized palette
Installation
npm install
npm run build
Usage
Right now, Claude Desktop does not support video input. I'd recommend using a different client like Goose and adding it as an extension.
In Goose, you can use the Gif Creator tool by going to Advanced Settings > Extension > + Add Custom Extension > and in the command pasting:
node /path/to/gif-creator-mcp/dist/index.js
I'd also increase the time out to 1000.
For other MCP clients, you can use the following command to start the server:
{
"mcpServers": {
"gif-creator": {
"command": "node",
"args": ["/path/to/gif-creator-mcp/dist/index.js"]
}
}
}
Tools
convert_video_to_gif
Converts a video file to a GIF file, saving it in the same directory as the source video.
Parameters:
video_path(required): Path to the video file to convertfps(optional): Frames per second for the GIF (1-30, default: 10)width(optional): Width of the output GIF (maintains aspect ratio if height not specified)height(optional): Height of the output GIF (maintains aspect ratio if width not specified)start_time(optional): Start time in seconds (default: 0)duration(optional): Duration in seconds (default: entire video)
Examples
Basic conversion
{
"video_path": "/path/to/video.mp4"
}
Custom settings
{
"video_path": "/path/to/video.mp4",
"fps": 15,
"width": 480,
"start_time": 5,
"duration": 10
}
Extract a specific portion
{
"video_path": "/path/to/long-video.mov",
"start_time": 30,
"duration": 5,
"fps": 20
}
Requirements
- Node.js
- FFmpeg (automatically installed via @ffmpeg-installer/ffmpeg)
Notes
- The output GIF is saved in the same directory as the input video
- The filename is the same as the video file but with a .gif extension
- Large videos may take some time to process
- The tool uses optimized palette generation for better quality GIFs
License
MIT
Установка GIF Creator
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ananddtyagi/gif-creator-mcpFAQ
GIF Creator MCP бесплатный?
Да, GIF Creator MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для GIF Creator?
Нет, GIF Creator работает без API-ключей и переменных окружения.
GIF Creator — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить GIF Creator в Claude Desktop, Claude Code или Cursor?
Открой GIF Creator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
ARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAOmni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare GIF Creator with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
