Skip to content
Gemini CLI

Instavar Video Templates and Studio for Gemini CLI

com.instavar/mcp-server

Free Remotion video templates and creative guides; optional hosted Studio rendering and publishing.

client:Gemini CLI transport:stdio runtime:npm

Install Instavar Video Templates and Studio 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@instavar/mcp-server"
      ],
      "env": {
        "INSTAVAR_API_KEY": "<INSTAVAR_API_KEY>",
        "INSTAVAR_BASE_URL": "<INSTAVAR_BASE_URL>"
      }
    }
  }
}

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

Instavar Video Templates and Studio in other clients