Premiere MCP · Installation
Installing Premiere MCP
Premiere MCP runs as a Node.js server your MCP client launches (Claude Desktop, Cursor, Codex). No installer — just node + npx, which you already have if your MCP client works.
Requirements
| Premiere Pro | CC 2022 or newer (through 2026) |
| Node.js | 18 or higher |
| OS | Windows 10/11 · macOS 10.14+ |
| MCP client | Claude Desktop, Cursor, Codex, or any MCP client |
| License | Your Premiere MCP license key (see /dashboard/licenses) |
1. Verify the server downloads and starts
In any terminal (no need to open Premiere Pro yet), run:
npx -y @synthetic-ai/premiere-mcpThe first time it takes a couple of seconds to download. If it starts and waits for stdio input, you're good — press Ctrl+C to exit and move on to step 2.
2. Wire it into your MCP client
Each MCP client has a config file where servers are declared. See the MCP client setup guide for the exact JSON snippet you paste into Claude Desktop, Cursor, Codex or another client.
Your license key is on /dashboard/licenses — paste the value into PREMIERE_PRO_MCP_LICENSE under env in your client config.
3. Open Premiere Pro and try it
Once your MCP client is configured, open Premiere Pro with any project and restart the MCP client (Claude Desktop / Cursor) so it picks up the new server. Then ask it something simple:
List the sequences in the active project.If the response is a list of your sequences, the round-trip is working. Try an edit next — adding a marker, changing a clip's speed.