Gif
FreeNot checkedMCP server for GIF animation analysis. Provides metadata extraction, individual frame export, and per-frame timing information.
About
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
Install Gif in Claude Desktop, Claude Code & Cursor
unyly install mcp-gifInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-gif -- npx -y mcp-gifFAQ
Is Gif MCP free?
Yes, Gif MCP is free — one-click install via Unyly at no cost.
Does Gif need an API key?
No, Gif runs without API keys or environment variables.
Is Gif hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Gif in Claude Desktop, Claude Code or Cursor?
Open Gif on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by 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
by mcpdotdirectCompare Gif with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
