Gif
БесплатноНе проверенMCP server for GIF animation analysis. Provides metadata extraction, individual frame export, and per-frame timing information.
Описание
MCP server for GIF animation analysis. Provides metadata extraction, individual frame export, and per-frame timing information.
README
MCP server for GIF animation analysis. Provides metadata extraction, individual frame export, and per-frame timing information.
Setup
Claude Code
claude mcp add -s user gif npx mcp-gif
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gif": {
"command": "npx",
"args": ["mcp-gif"]
}
}
}
Tools
gif_info
Get GIF metadata: dimensions, frame count, delays, loop count, and average FPS.
Input: path — path to a GIF file
Output:
{
"width": 320,
"height": 240,
"frames": 12,
"delays": [100, 100, 100],
"loop": 0,
"avgFps": 10
}
gif_frame
Extract a single frame as a PNG image.
Input: path — path to a GIF file, frame — 0-based frame index
Output: PNG image (base64)
gif_frames_list
List all frames with their index, delay (ms), and FPS.
Input: path — path to a GIF file
Output:
[
{ "index": 0, "delay": 100, "fps": 10 },
{ "index": 1, "delay": 200, "fps": 5 }
]
License
BSD-2-Clause
Установка Gif
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/signal-slot/mcp-gifFAQ
Gif MCP бесплатный?
Да, Gif MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gif?
Нет, Gif работает без API-ключей и переменных окружения.
Gif — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Gif в Claude Desktop, Claude Code или Cursor?
Открой Gif на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Gif with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
