gifgif for Cursor
io.github.alexmeckes/gifgif
Fit a video or GIF to its destination's size limit at measured quality, and share a link.
client:Cursor
transport:stdio
runtime:npm
Install gifgif in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gifgif": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gifgif"
],
"env": {
"GIFGIF_SHARE_TOKEN": "<GIFGIF_SHARE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs