Skip to content
Gemini CLI

myvideogift for Gemini CLI

io.github.cryptolibertus/myvideogift

Create and deliver personalized video gifts (photos + an original song) from any agent.

client:Gemini CLI transport:stdio runtime:npm

Install myvideogift in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "myvideogift": {
      "command": "npx",
      "args": [
        "-y",
        "myvideogift-mcp"
      ],
      "env": {
        "MVG_API_KEY": "<MVG_API_KEY>",
        "MVG_API_BASE": "<MVG_API_BASE>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

myvideogift in other clients