← Back to catalog
MCPAutomation

Adobe Premiere Pro MCP

Control Adobe Premiere Pro with natural language: timeline assembly, color grading, audio, effects, and export.

AdobePremiereProMCP, by ayushozha, is an open-source MCP server that connects Claude Code (or another assistant) to Adobe Premiere Pro.

With it, you drive video editing through natural language, without clicking through the interface.

The project exposes a broad set of tools covering timeline assembly, Lumetri color grading, Essential Sound audio mixing, effects, transitions, motion graphics, and multi-format export.

You can also start from a script and have the timeline assembled automatically from your footage.

When to use

  • When you want to automate repetitive cuts and assembly in Premiere.
  • To apply color grading or audio mixing in batches, guided by instructions.
  • To generate a first cut from a script and raw footage.

How to use

This is a developer project installed from source. It requires Go 1.22+, Rust 1.77+, Python 3.12+, Node.js 20+, FFmpeg, and Premiere Pro 2020 or newer.

  1. Clone the repository: git clone https://github.com/ayushozha/AdobePremiereProMCP.git
  2. Copy the .env: cp .env.example .env
  3. Build: just install && just proto && just build
  4. Install the CEP panel in Premiere: just install-panel
  5. Point your MCP client at the Go server executable.

After that, the MCP is available and you request edits in natural language. Check the repository for configuration details and the full list of tools.