Skip to content
Zed

MCP for Adobe Premiere Pro for Zed

io.github.leancoderkavy/premiere-pro

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

client:Zed transport:stdio runtime:npm

Install MCP for Adobe Premiere Pro in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

MCP for Adobe Premiere Pro in other clients