
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
adobe-premiere-mcp
Advanced tools
An MCP server for Adobe Premiere Pro, the industry-standard video editing software.
Control Adobe Premiere Pro from AI agents via ExtendScript. Import media, create sequences, apply effects, export media, and run custom scripts.
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) codenpx adobe-premiere-mcp
PREMIERE_PATH env var to the app bundle (default: standard location)PREMIERE_PATH - Optional custom path to Adobe Premiere Pro app{
"mcpServers": {
"premiere": {
"command": "npx",
"args": ["-y", "adobe-premiere-mcp"]
}
}
}
"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"
MIT
FAQs
MCP server for Adobe Premiere Pro video editing via ExtendScript.
The npm package adobe-premiere-mcp receives a total of 21 weekly downloads. As such, adobe-premiere-mcp popularity was classified as not popular.
We found that adobe-premiere-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.