Skip to content
Gemini CLI

MCP for Adobe Premiere Pro for Gemini CLI

io.github.leancoderkavy/premiere-pro

Local-first MCP for supported Adobe Premiere Pro workflows; start with a read-only connection check.

client:Gemini CLI transport:stdio runtime:npm

Install MCP for Adobe Premiere Pro in Gemini CLI

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

{
  "mcpServers": {
    "premiere-pro": {
      "command": "npx",
      "args": [
        "-y",
        "premiere-pro-mcp"
      ]
    }
  }
}

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

MCP for Adobe Premiere Pro in other clients