Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎥 Multimedia Process
  3. Gif Creator MCP
Gif Creator MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:02:49 PM

Gif Creator MCP

User RatingsBe the first to rate and review this MCP server!
View Repository17 GitHub StarsTotal stargazers on GitHub for the source repository (17 stars).
videogifmedia-processingffmpeg

Converts video files into GIFs with configurable frame rate, dimensions, start time, and duration.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for ananddtyagi/gif-creator-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (6) Directory Badge Claim listing Alternatives🎥 More in Multimedia Process

Overview

The ananddtyagi/gif-creator-mcp MCP server converts video files into GIF animations through a single MCP tool. It accepts a video path plus optional FPS, width, height, start time, and duration settings, then saves the GIF beside the source file. Use it when an agent needs to create a GIF from a full video or extract a defined segment. The project requires Node.js and uses FFmpeg, which its package setup installs automatically.

Use cases

•Convert a local video into a GIF
•Extract a timed segment from a recording
•Resize a GIF while preserving aspect ratio
•Adjust GIF frame rate for a target workflow

Key features

•Convert video files to GIF animations
•Select start time and duration
•Set GIF frame rate from 1 to 30 FPS
•Control output width and height
•Save output beside the source video
•Generate an optimized GIF palette

Capabilities & Tool Schemas (6) ~11 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Gif Creator MCP.

video_path

Callable MCP tool function

fps

Callable MCP tool function

width

Callable MCP tool function

height

Callable MCP tool function

start_time

Callable MCP tool function

duration

Callable MCP tool function

How Gif Creator MCP works

What ananddtyagi/gif-creator-mcp MCP server does

The ananddtyagi/gif-creator-mcp MCP server exposes video-to-GIF conversion through MCP. Its main operation, convert_video_to_gif, reads a video from a path supplied by the client and writes a GIF in the same directory. The generated file uses the source video's filename with a .gif extension.

This is suited to workflows that need an agent to turn recorded clips, demonstrations, or other local video files into GIF animations without manually invoking a conversion command. The server can process an entire video or a selected time range.

How it works

A client calls the conversion tool with the required video_path parameter. Optional values control the output:

  • fps sets the frame rate and accepts values from 1 to 30; the default is 10.
  • width and height set output dimensions. If only one is provided, the other dimension maintains the video's aspect ratio.
  • start_time selects the beginning of the source segment in seconds and defaults to 0.
  • duration limits the converted segment; if omitted, the server processes the full video.

The ananddtyagi/gif-creator-mcp MCP server uses FFmpeg for media processing and applies optimized palette generation for the GIF output. Longer or larger videos can take more time to convert.

Setup and configuration

The project is distributed as source code and requires Node.js. Install its npm dependencies with npm install, then compile the project with npm run build. The resulting server entry point is dist/index.js, which clients start with Node.js.

A client configuration needs to run node with the built dist/index.js file as its argument. The README shows this pattern for MCP clients and recommends increasing the client timeout to 1000 for this tool. The path in that example must be replaced with the actual location of the checked-out project.

FFmpeg is supplied through the @ffmpeg-installer/ffmpeg dependency, so a separate system FFmpeg installation is not listed as a requirement. No API key, OAuth flow, or external service credential is documented.

Tools and capabilities

The server provides one documented tool:

  • convert_video_to_gif: Converts a video file to a GIF and stores the result beside the input.

The tool supports common video-file paths and accepts examples using MP4 and MOV inputs. A basic call only needs the source path. More targeted calls can combine a frame rate, output width, start offset, and duration—for example, extracting a five-second section beginning 30 seconds into a longer recording.

Limitations and notes

The README states that Claude Desktop does not currently support video input for this use case and recommends using another client, such as Goose, as an extension instead. This project does not document a hosted endpoint or a remote execution mode; the described setup runs the built Node.js entry point.

Output is written automatically to the input video's directory, rather than to a separately selected destination. The documentation does not describe controls for output naming, palette parameters, audio handling, or batch conversion. Processing time may increase for large source videos, and clients may need a longer timeout for those jobs.

The repository is licensed under MIT. The ananddtyagi/gif-creator-mcp MCP server is therefore most relevant when the agent and the source video are available in an environment where the Node.js process can access the requested file path.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Multimedia Process View all alternatives
  • N
    Notch

    Turn product pages and creative briefs into finished video and image ads from your AI chat.

    🎥 Multimedia Process25 views
    Compare vs Notch →
  • MCP Video Analyzer logoMCP Video Analyzer

    MCP server for video analysis — extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.

    🎥 Multimedia Process14 views
    Compare vs MCP Video Analyzer →
  • Rendobar MCP logoRendobar MCP

    Submit media-processing jobs to the Rendobar API and upload local files in one tool call. Transcode, run raw FFmpeg, burn captions, and add watermarks over REST. Free tier.

    🎥 Multimedia Process4 views
    Compare vs Rendobar MCP →
  • Trident MCP logoTrident MCP

    AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.

    🎥 Multimedia Process25 views
    Compare vs Trident MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
17
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Gif Creator MCP

Clone or download the project, run npm install, and then run npm run build. Start the built server with Node.js using the generated dist/index.js entry point.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGif Creator MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ananddtyagi-gif-creator-mcp?style=directory)](https://allmcps.com/mcp/ananddtyagi-gif-creator-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ananddtyagi-gif-creator-mcp"><img src="https://allmcps.com/api/badge/ananddtyagi-gif-creator-mcp?style=directory" alt="Gif Creator MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🎥Multimedia Process
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsWindsurf
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars17
GitHub Star CountTotal stargazers on GitHub representing community popularity (17 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 9, 2025
43Quality signal: Fair · 43/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎥 Multimedia Process →Best MCP servers for Multimedia & Media Processing →Alternatives to Gif Creator MCP →Install in Claude DesktopInstall in CursorInstall in VS Code