Adobe Premiere MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Adobe Premiere MCPCreate a 1920x1080 30fps sequence called 'YouTube Video'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Adobe Premiere MCP
An MCP server for Adobe Premiere Pro, the industry-standard video editing software.
What it does
Control Adobe Premiere Pro from AI agents via ExtendScript. Import media, create sequences, apply effects, export media, and run custom scripts.
Related MCP server: Premiere Pro MCP Server
Tools
is_premiere_running- Check if Premiere Pro is runningget_project_info- Get current project info (name, path, sequence count)list_sequences- List all sequences in the projectlist_clips- List clips in the first sequencecreate_sequence- Create a new sequence with custom dimensions and frame rateimport_media- Import a media file into the projectget_media_info- Get metadata about a media fileget_sequence_info- Get active sequence detailsapply_effect- Apply an effect to the first clipexport_media- Export the sequence to a file (H.264, ProRes, HEVC)run_custom_script- Run arbitrary ExtendScript (JavaScript) code
Install
npx adobe-premiere-mcpRequirements
Adobe Premiere Pro must be installed
On macOS:
PREMIERE_PATHenv var to the app bundle (default: standard location)On Windows: Premiere must be installed and accessible
Environment Variables
PREMIERE_PATH- Optional custom path to Adobe Premiere Pro app
Claude Desktop setup
{
"mcpServers": {
"premiere": {
"command": "npx",
"args": ["-y", "adobe-premiere-mcp"]
}
}
}Example usage
"Is Adobe Premiere running?" "Create a 1920x1080 30fps sequence called 'YouTube Video'" "Import /Users/me/videos/clip.mp4 into the current project" "Apply GaussianBlur effect with radius 5.0" "Export the current sequence as H.264 to /Users/me/output.mp4"
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
FFmpeg as a service for AI agents: typed video editing tools, async jobs, downloadable outputs.
- VidmoatOAuthcom.vidmoat
AI video editor: create projects, edit timelines, add captions and effects, and render videos.
Generate and edit images, video, voice, lip-sync and 3D models from your AI agent.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn AI-powered automation bridge for Adobe Premiere Pro that enables controlling video edits with natural language and automating workflows through Claude or other AI agents.51,074 npm578MIT
- AlicenseBqualityAmaintenanceEnables AI assistants to fully control Adobe Premiere Pro through 269 tools across 28 modules for video editing tasks like importing media, editing timelines, applying effects, and exporting.3792,322 npm277MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to control video editing software (剪映/CapCut and Adobe Premiere Pro) through a unified interface, supporting operations like material import, clip splitting, subtitle addition, effects, transitions, audio mixing, and export.10MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control Adobe After Effects to create videos programmatically, with commands for comps, layers, effects, and rendering.7 npm20MIT