Server data from the Official MCP Registry
Control Adobe Premiere Pro video editing via ExtendScript.
About
Control Adobe Premiere Pro video editing via ExtendScript.
Security Report
This MCP server has multiple critical security vulnerabilities that severely limit its safe use. The most dangerous issue is the `run_custom_script` tool, which allows arbitrary ExtendScript execution without validation or sandboxing. Additionally, all file paths passed to tools (import_media, export_media, get_media_info) are directly interpolated into ExtendScript without sanitization, enabling path traversal and file operations outside intended scope. The server uses shell command injection via unquoted path in spawn(), and lacks input validation on numeric parameters and string arguments. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
5 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: PREMIERE_PATH
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mrfentmen-adobe-premiere-mcp": {
"env": {
"PREMIERE_PATH": "your-premiere-path-here"
},
"args": [
"-y",
"adobe-premiere-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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.
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-mcp
Requirements
- 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
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
