ananddtyagi/gif-creator-mcp
by Various
MCP that allows you to take your video and turn it into a gif.
MCP
ananddtyagi/gif-creator-mcp
Added 1 June 2026
Overview
This MCP server converts video files into GIFs. It accepts a video input and outputs the corresponding animated GIF.
Best for
Best for
Developers who need a straightforward GIF conversion tool integrated into an MCP pipeline
Use cases
- Quickly extract a GIF snippet from a longer video
- Automate GIF creation as part of a development workflow
- Generate lightweight previews from video assets
How to use
Install
npm install && npm run build Tools exposed
convert_video_to_gif
Tested with
Goose
Example client config
{\n "mcpServers": {\n "gif-creator": {\n "command": "node",\n "args": ["/path/to/gif-creator-mcp/dist/index.js"]\n }\n }\n} Notes
This MCP server converts video files into GIFs. It accepts a video input and outputs the corresponding animated GIF.
16 stars on GitHub. Last updated 2025-06-09. Licensed MIT.
Use cases
- Quickly extract a GIF snippet from a longer video
- Automate GIF creation as part of a development workflow
- Generate lightweight previews from video assets
Pros
- Simple, focused purpose with minimal setup
- Lightweight JavaScript implementation
- Integrates with MCP-compatible tools for automation
Cons
- Limited to GIF output with no control over quality or compression
- No support for trimming or cropping video before conversion
- Small community and fewer usage examples
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple, focused purpose with minimal setup
- Lightweight JavaScript implementation
- Integrates with MCP-compatible tools for automation
Cons
- Limited to GIF output with no control over quality or compression
- No support for trimming or cropping video before conversion
- Small community and fewer usage examples
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.