GIF Creator MCP
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., "@GIF Creator MCPconvert my video.mp4 to a GIF with 15 fps and 480px width"
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.
GIF Creator MCP
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
Related MCP server: FFmpeg MCP
Installation
npm install
npm run buildUsage
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.jsI'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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- -licenseAquality-maintenanceEnables extracting screenshots from video files at specific timestamps or intervals. Supports multiple video formats and output customization including resolution, quality, and format options.4111
- AlicenseAqualityCmaintenanceEnables video and audio processing through FFmpeg, supporting format conversion, compression, trimming, audio extraction, frame extraction, video merging, and subtitle burning through natural language commands.826MIT
- Flicense-qualityDmaintenanceEnables video processing tasks such as resizing, audio extraction, and metadata inspection using FFmpeg, with base64 input/output for stateless and portable operation.1
- AlicenseAqualityDmaintenanceProvides video manipulation via ffmpeg (frame extraction, format conversion, trimming, audio adjustments, filters, and subtitle handling) without requiring an external API key.20MIT
Related MCP Connectors
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
Convert files between 690+ formats: image, video, audio, documents, ebooks, archives. Free, no auth.
Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish.
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/ananddtyagi/gif-creator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server