Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

gifgif in other clients