This is the shortest path to a working install.
git clone https://github.com/hetpatel-11/Adobe_Premiere_Pro_MCP.git
cd Adobe_Premiere_Pro_MCP
npm run setup:macThen do this once inside Premiere Pro:
- Open
Premiere Pro > Preferences > Pluginsand enable UXP Plugins > Enable developer mode. - Restart Premiere Pro if the setting was changed.
- Open
Window > Extensions > MCP Bridge (CEP). - Set
Temp Directoryto/tmp/premiere-mcp-bridge. - Click
Save Configuration. - Click
Start Bridge. - Click
Test Connection. - If it fails, click
Run Diagnosticsand send back/tmp/premiere-mcp-bridge/premiere-mcp-diagnostics-latest.json.
Visual reference:
Then restart Claude Desktop and ask:
What's my current Premiere Pro project info?
For better editing behavior, attach premiere://config/get_instructions before asking the model to change a project.
git clone https://github.com/hetpatel-11/Adobe_Premiere_Pro_MCP.git
cd Adobe_Premiere_Pro_MCP
npm run setup:winThen do this once inside Premiere Pro:
- Open
Window > Extensions > MCP Bridge (CEP). - Set
Temp Directoryto%TEMP%\premiere-mcp-bridge. - Click
Save Configuration. - Click
Start Bridge. - Click
Test Connection.
Then restart VS Code and/or Claude Desktop. The Windows installer writes MCP config for GitHub Copilot in VS Code and Claude Desktop.
Build the server:
npm install
npm run buildAdd the MCP entry on one line:
codex mcp add premiere_pro --env PREMIERE_TEMP_DIR=/tmp/premiere-mcp-bridge -- node /absolute/path/to/Adobe_Premiere_Pro_MCP/dist/index.jsThen:
- Restart the client.
- Open the Premiere CEP panel.
- Confirm the temp directory is
/tmp/premiere-mcp-bridge. - Click
Start Bridge.
Run:
npm run setup:doctorOn Windows, run:
npm run setup:doctor:winFor a real end-to-end verification, use a scratch project and run:
node scripts/live-tool-sweep.mjsThat sweep creates disposable Sweep ... sequences so the live bridge is actually exercised.
- Premiere is not open
- no project is open
- the CEP panel is not started
- the temp directory in the panel is not
/tmp/premiere-mcp-bridge - the panel needs a right-click
Reloadafter bridge updates - diagnostics are available from the CEP panel via
Run Diagnostics
- the command was split across lines
- the path to
dist/index.jsis wrong - the client was not restarted after config changes
- the CEP extension is not installed
dist/index.jswas not built- Adobe CEP debug mode is disabled
- the Claude Desktop config entry points to the wrong path
For the full release notes and current limits, see README.md and KNOWN_ISSUES.md.
