Skip to main content
MultimediaTypeScript

ananddtyagi/gif-creator-mcp

A MCP server for creating GIFs from your videos.

multimedia-processlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ananddtyagi/gif-creator-mcp/tree/main

Claude Desktop configuration example:

{
  "mcpServers": {
    "gif-creator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ananddtyagi/gif-creator-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Multimedia
Language
TypeScript
Author
ananddtyagi