Adobe Premiere MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityAmaintenanceAn 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.Last updated100890439MIT
- 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.Last updated1001,809173MIT
- Flicense-qualityCmaintenanceEnables AI agents to control Adobe After Effects for project inspection, composition creation, and layer manipulation via a hardened bridge panel.Last updated
- Alicense-qualityBmaintenanceEnables 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.Last updated10MIT
Related MCP Connectors
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
Build and run visual creative-production workflows from your AI agent.
Agentic video editing on real footage: cut, caption, reframe, score, and export at full quality.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrfentmen/adobe-premiere-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server