Skip to content
Gemini CLI

Runway AI Video Generation for Gemini CLI

io.github.sidart10/runway-mcp-server

AI video generation with Gen-4, Veo 3, and Aleph editing. Text-to-video, image-to-video, 4K upscale

client:Gemini CLI transport:stdio runtime:pypi

Install Runway AI Video Generation 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": {
    "runway-mcp-server": {
      "command": "uvx",
      "args": [
        "runway-mcp-server"
      ],
      "env": {
        "RUNWAY_API_KEY": "<RUNWAY_API_KEY>"
      }
    }
  }
}

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

Runway AI Video Generation in other clients