Back to MCP Servers
Gif Creator
A MCP server for creating GIFs from your videos.
multimedia-process
By ananddtyagi
Installation
npx -y gif-creator-mcpConfiguration
{
"mcpServers": {
"gif-creator-mcp": {
"command": "npx",
"args": ["-y", "gif-creator-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes