Premiere Pro MCP Server
Adobe Premiere Pro editing workflows controlled via structured AI assistant requests.
Data last scanned today · Reviewed today
Overview
This server provides structured control over Adobe Premiere Pro, enabling AI assistants to execute complex editing workflows. It exposes 369 core tools across 53 modules and 17 guided workflows, allowing for fine-grained interaction with project bins and render handoffs. Built with TypeScript and supporting Node.js 20.19+, it includes a connected UXP host that adds 93 capability-gated tools. The project has been tested for After Effects render handoffs, providing automated import receipts and file validation.
Our verdict
With a security score of 48/100, this server is classified as high risk. The rating is primarily due to the fact that its authentication methods and read-only mode support have not yet been editorially reviewed. While it offers extensive automation, users should exercise caution as it is a community-maintained project rather than an official Adobe integration, making it better suited for power users and developers rather than sensitive corporate environments.
- Supports 369 core tools across 53 distinct modules.
- Small dependency footprint with only eight direct dependencies.
- Active development with the most recent commit occurring today.
- Includes documentation for After Effects render handoff workflows.
- Authentication methods have not undergone a security review.
- Community-maintained project lacking official Adobe vendor support.
- Read-only mode implementation is currently unverified.
Setup
{
"mcpServers": {
"premiere-pro-mcp": {
"args": [
"-y",
"premiere-pro-mcp"
],
"command": "npx"
}
}
}Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.
- No read-only mode — running this grants full read/write access.
- No built-in authentication — anyone with access to this config can invoke every tool it exposes.
Tools
| Tool | Description | Risk |
|---|---|---|
| get_project_info | Current project name, path, sequences, items | low |
| get_active_sequence | Detailed active sequence with all clips | low |
| list_project_items | All items in the project panel | low |
| get_full_project_overview | Comprehensive snapshot: bin tree, sequences, media types | low |
| get_full_sequence_info | Exhaustive sequence data: tracks, clips, effects, markers | low |
| get_full_clip_info | Everything about a clip: effects, keyframes, metadata | low |
| get_timeline_summary | Human-readable overview: duration, coverage %, effects | low |
| search_project_items | Filter by name, extension, offline status, color label | low |
| get_premiere_state | Full snapshot: project, sequence, playhead, selection | low |
| inspect_dom_object | Explore any Premiere Pro DOM object interactively | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What software prerequisites are required to run this MCP server?
You need Node.js version 20.19 or higher installed, and it supports Adobe Premiere Pro versions 2020 through 2026.
›Which operating systems are supported?
The server provides capability coverage for both Windows and macOS environments.
›How do I install the required connector for Premiere Pro?
After installing the npm package globally, you must run the command premiere-pro-mcp --install-cep to set up the necessary bridge in Premiere Pro.
›Does this server support remote deployment?
Yes, the project includes support for remote deployment via Fly.io.
Alternatives
Changelog
- NewPremiere Pro MCP v1.14.9
2026-09-05
- ImprovedPremiere Pro MCP v1.14.8
2026-09-04
- FixPremiere Pro MCP v1.14.7
2026-09-02
- FixPremiere Pro MCP v1.14.6
2026-09-02
- FixPremiere Pro MCP v1.14.5
2026-08-31
- Improvedv1.14.4
2026-08-29
- SecurityPremiere Pro MCP v1.14.3
2026-08-29
- FixPremiere Pro MCP v1.14.2
2026-08-29
- Improvedv1.14.1
2026-08-28
- Newv1.14.0
2026-08-28
Badge
Maintain this server? Add the live badge to your README.