edit-premiere-project
Inspect, edit, verify, and export an open Adobe Premiere Pro project through the local Premiere MCP Bridge.
Install, verify, troubleshoot, and operate the Adobe Premiere Pro MCP server. Use when a user wants an agent to set up Premiere MCP, connect Claude Code/Codex/Claude Desktop, control Premiere, import media, build sequences, edit timelines, apply effects, or diagnose bridge
$ npx -y skills add hetpatel-11/Adobe_Premiere_Pro_MCP --skill premiere-pro-mcp --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/premiere-pro-mcpContext preview
The summary Claude sees to decide when to auto-load this skill.
Install, verify, troubleshoot, and operate the Adobe Premiere Pro MCP server. Use when a user wants an agent to set up Premiere MCP, connect Claude Code/Codex/Claude Desktop, control Premiere, import media, build sequences, edit timelines, apply effects, or diagnose bridge
name: premiere-pro-mcp description: Install, verify, troubleshoot, and operate the Adobe Premiere Pro MCP server. Use when a user wants an agent to set up Premiere MCP, connect Claude Code/Codex/Claude Desktop, control Premiere, import media, build sequences, edit timelines, apply effects, or diagnose bridge issues.
Use this skill when working with the Adobe Premiere Pro MCP server from `hetpatel-11/Adobe_Premiere_Pro_MCP`.
If the user asks you to install or set up the MCP:
1. Check the OS. The automated installer is macOS-focused. 2. Clone or open the repo:
git clone https://github.com/hetpatel-11/Adobe_Premiere_Pro_MCP.git cd Adobe_Premiere_Pro_MCP
3. On macOS, run:
npm run setup:mac
4. For non-macOS or manual client setup, run:
npm install npm run build
5. Register the MCP server in the user's client with:
command: node /absolute/path/to/Adobe_Premiere_Pro_MCP/dist/index.js env: PREMIERE_TEMP_DIR=/tmp/premiere-mcp-bridge
For Codex, prefer:
codex mcp add premiere_pro --env PREMIERE_TEMP_DIR=/tmp/premiere-mcp-bridge -- node /absolute/path/to/Adobe_Premiere_Pro_MCP/dist/index.js
After installing:
1. Restart the MCP client if it reads config only at startup. 2. Restart Premiere Pro. 3. Open `Window > Extensions > MCP Bridge (CEP)`. 4. Set `Temp Directory` to `/tmp/premiere-mcp-bridge`. 5. Click `Save Configuration`. 6. Click `Start Bridge`. 7. Confirm the bridge panel says Premiere is ready before running editing tools.
If Premiere is not running, you can install/build/register the MCP, but tell the user live tool verification requires Premiere and the CEP bridge panel.
Run local checks:
npm run setup:doctor
If Premiere is running and the bridge is started, verify with safe read-only calls:
For deeper validation in a disposable project, create a test sequence with `create_sequence_from_clips` or `create_sequence` plus a real `.sqpreset` path, then call `list_sequences` and confirm it exists. Do not call blank sequence creation without a preset because newer Premiere versions can open a native dialog that blocks CEP.
If commands time out or report bridge errors:
1. Confirm Premiere is open. 2. Confirm `Window > Extensions > MCP Bridge (CEP)` is open and bridge is started. 3. Confirm both sides use the same temp directory. 4. Run:
npm run setup:doctor
5. Ask the user to click `Run Diagnostics` in the CEP panel. 6. Read `/tmp/premiere-mcp-bridge/premiere-mcp-diagnostics-latest.json` if it exists. 7. Remove stale command/response files only if they are clearly old and the bridge is stopped or idle.
Common fixes:
Operate local Adobe Premiere Pro projects through MCP. 283 Premiere tools behind search_tools / invoke_tool, 13 context resources, and 10 guided prompts for Codex, Claude Code, Claude Desktop, and other MCP clients.
Repo: hetpatel-11/Adobe_Premiere_Pro_MCP
Inspect, edit, verify, and export an open Adobe Premiere Pro project through the local Premiere MCP Bridge.