Codex Premiere Pro setup

How to Set Up Codex with Premiere Pro MCP

Connect Codex to Adobe Premiere Pro with a local MCP command or the repository plugin, install the CEP bridge, and verify the connection before editing.

7 min read

Configure Codex with the local server

Use the same computer for Codex, the server, the CEP connector, and Premiere. This direct MCP configuration is an alternative to the repository plugin; choose one route so the server is not registered twice. It requires Node.js 20.19 or newer.

  1. Restart Premiere and open Window > Extensions > MCP for Adobe Premiere Pro.
  2. Open a disposable project and active sequence. Start a new Codex session.
  3. Ask Codex to run verify_premiere_connection without making changes. Inspect the returned diagnostic before proceeding.
Install, diagnose, and register the local server
npm install -g premiere-pro-mcp@1.14.9
premiere-pro-mcp --install-cep
premiere-pro-mcp --doctor
codex mcp add premiere-pro -- premiere-pro-mcp
codex mcp list

What the Codex plugin connects

Codex does not control Adobe Premiere Pro by default. This repository includes an installable Codex plugin that bundles the local Premiere Pro MCP server configuration with a safety-oriented editing skill. The plugin still needs the separate CEP connector because that connector carries supported requests between the local server and the open Premiere session.

Use this setup from a clone of the repository, on the same computer as Codex and Premiere. The first goal is a live, read-only connection check, not a complex edit. Have a duplicate project or a small test sequence ready before you approve any supported mutation.

Install the Codex plugin and local Premiere connector

From a local clone of the Premiere Pro MCP repository, add the repository as a Codex plugin marketplace, then install the Premiere plugin: codex plugin marketplace add . followed by codex plugin add premiere-pro@premiere-pro-mcp. This registers the packaged MCP configuration for Codex; do not copy a configuration from an unrelated Premiere bridge.

Next, install the local CEP connector with the versioned package command from the current project README. The current release command is npx -y premiere-pro-mcp@1.14.9 --install-cep. The CEP installer is separate from the Codex plugin and is required for the local MCP server to communicate with the running Premiere host.

Restart both applications and open the bridge

Restart Premiere Pro, open the project you intend to inspect, and open Window > Extensions > MCP for Adobe Premiere Pro. Then begin a new Codex session so it picks up the installed plugin configuration. Keep the initial connection local; the public operator-managed HTTP service is not a general relay to the project open on your workstation.

The default CEP route targets Premiere Pro 2020–2026 on Windows and macOS. UXP functionality is capability-gated on compatible hosts and does not replace the CEP setup needed for this first connection.

Use a safe first Codex request

First ask Codex to inspect the available capabilities, then ask: Safely check my Premiere connection with verify_premiere_connection. Make no changes. When it succeeds, inspect the active project or sequence before proposing an edit. If it returns a diagnostic, resolve that specific condition instead of retrying a mutating request.

For a later supported change, name the sequence, target tracks, source clips, expected output, and no-change boundaries. Ask for a plan or preview where available, approve only the exact target you reviewed, and inspect returned state or diagnostics afterward. The plugin provides an integration path; it does not turn every operation into a host-proven result.

  • Run the plugin and CEP connector on the same machine as Premiere.
  • Begin a new Codex session after installing the plugin.
  • Check capabilities and connection state before an edit request.

Questions editors ask

Can Codex edit Premiere Pro without a plugin or bridge?

Codex needs a configured local MCP server and the separate Premiere CEP connector. You can configure the server directly or use the repository plugin.

Does the Codex plugin prove an edit worked?

No. It makes the local MCP connection available. Verify the specific Premiere operation with returned state, diagnostics, and your own project review.

Can I use the Codex plugin with a production project?

Use a duplicate project or test sequence for a new workflow. Start read-only, review plans, and keep destructive or version-sensitive operations bounded and verifiable.

Keep learning

A practical next step

Start with a safe Premiere connection check.

Connect your assistant, verify the local bridge without changing a project, then inspect the active sequence before requesting a supported edit.

Run a safe connection check