The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Gif Creator MCP listing page.
An MCP (Model Context Protocol) server that converts video files to GIF animations.
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:
I'd also increase the time out to 1000.
For other MCP clients, you can use the following command to start the server:
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)MIT