mcp-gif
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-gifGet metadata for sample.gif"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-gif
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-gifClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gif": {
"command": "npx",
"args": ["mcp-gif"]
}
}
}Related MCP server: mcp-image-tools
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceUnified MCP server for graphics manipulation with multiple backends.Last updated1BSD 3-Clause
- Alicense-qualityDmaintenanceMCP server providing image analysis tools for AI agents, including metadata extraction, favicon discovery, and placeholder generation.Last updated40MIT
- Flicense-qualityBmaintenanceMCP server for safe local automation of Aseprite, providing tools to create, inspect, edit, save, and export pixel art documents through the official Aseprite CLI and controlled Lua scripts.Last updated
- Alicense-qualityCmaintenanceMCP server that creates Remotion animations on the fly, stores MP4s locally, and lets you browse and download them via an interactive UI.Last updated9MIT
Related MCP Connectors
MCP server for Wan AI video generation
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
MCP server for Grok Imagine AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/signal-slot/mcp-gif'
If you have feedback or need assistance with the MCP directory API, please join our Discord server