Best for
- Creative professionals and post-production teams seeking AI-driven video editing.
- Developers who want to integrate Premiere Pro automation into AI workflows.
- Users who want to automate repetitive editing tasks with AI assistance.
Premiere Pro MCP is a powerful server providing extensive control for AI-driven video editing. It supports multiple MCP clients and includes security features like capability profiles. However, its security model requires users to understand the risks and take appropriate precautions.
Premiere Pro MCP is a Model Context Protocol (MCP) server that lets AI assistants like Claude, Windsurf, Cursor, GitHub Copilot, or any MCP-compatible client directly control Adobe Premiere Pro. It provides 280 core tools covering media import, timeline editing, effect application, keyframe management, export, and more. The server supports local stdio and remote HTTP/SSE transport, communicating with Premiere via a CEP bridge. It also includes an optional UXP preview bridge offering 19 additional tools, but requires a separate connection. The server is security-aware by default, requiring explicit authority for arbitrary ExtendScript execution.
npm install -g premiere-pro-mcp.\n3. Install the CEP plugin: run premiere-pro-mcp --install-cep.\n4. Configure your MCP client (e.g., Claude Desktop) to use the premiere-pro-mcp command.\n5. Restart Premiere Pro, open a project, and enable the “MCP Bridge” extension from the Extensions menu.\n6. Verify the connection using the verify_premiere_connection tool.{
"mcpServers": {
"premiere-pro": {
"command": "premiere-pro-mcp"
}
}
}