Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

MCP for Adobe Premiere Pro

NPM · PREMIERE-PRO-MCP · SCANNED SEP 21

Local-first MCP for supported Adobe Premiere Pro workflows; start with a read-only connection check.

Available components

0 this week 54 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 12 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to leancoderkavy/premiere-pro-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy.Unverified
Tool Safety0
  • Tool safety not yet verified: the captured tool definitions were too large for us to store in full, and the trim removes the very descriptions this category reads.Unverified
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

How do I install the MCP for Adobe Premiere Pro server?

MCP for Adobe Premiere Pro runs locally as an npm package, launched with npx -y premiere-pro-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · premiere-pro-mcp

# add to Claude Code
claude mcp add leancoderkavy-premiere-pro -- npx -y premiere-pro-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "leancoderkavy-premiere-pro": {
      "command": "npx",
      "args": [
        "-y",
        "premiere-pro-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "leancoderkavy-premiere-pro": {
      "command": "npx",
      "args": [
        "-y",
        "premiere-pro-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add leancoderkavy-premiere-pro -- npx -y premiere-pro-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "leancoderkavy-premiere-pro": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "premiere-pro-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add leancoderkavy-premiere-pro --command npx --arg -y --arg premiere-pro-mcp
# ~/.hermes/config.yaml
mcp_servers:
  leancoderkavy-premiere-pro:
    command: "npx"
    args: ["-y", "premiere-pro-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "leancoderkavy-premiere-pro": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "premiere-pro-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add leancoderkavy-premiere-pro -t stdio -c npx -a -y premiere-pro-mcp
// mcp.json
{
  "mcpServers": {
    "leancoderkavy-premiere-pro": {
      "command": "npx",
      "args": [
        "-y",
        "premiere-pro-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 0
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Package version: 1.16.3 → 1.16.4 functional
  • 20 Sept 26 +26
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 1.00 functional
  • 19 Sept 26 −26
    • Known CVEs: pass → unverified security
    • Malware scan: pass → unverified security
    • Dependency health: 1.00 → unverified functional
    • Package version: 1.16.0 → 1.16.3 functional
    • Package version: 1.16.0 → 1.16.2 functional
  • 17 Sept 26 +26
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 1.00 functional
  • 16 Sept 26 −26
    • Malware scan: pass → unverified security
    • Known CVEs: pass → unverified security
    • Dependency health: 1.00 → unverified functional
    • Package version: 1.15.2 → 1.16.0 functional
  • 14 Sept 26 0
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Package version: 1.15.1 → 1.15.2 functional
  • 12 Sept 26 +15
    • Malware scan: unverified → pass security
  • 11 Sept 26 −15
    • Malware scan: pass → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Package version: 1.15.0 → 1.15.1 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/premiere-pro-mcp@1.16.4

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo leancoderkavy/premiere-pro-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/leancoderkavy/premiere-pro-mcp/.github/workflows/npm-publish.yml@refs/heads/main
Rekor log index 2905082501
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:44af25c5311b9c25ddf42923fe3367092f53b9c84828d8bc248b9a57c23b343addbc213df27f3bd621bb8720b1ac34b48d3daecfe00559a09e4e0a114

Background: How many MCP packages publish verified provenance →

Dependencies 12 packages
Packages resolved 12
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 379 exposed · ~35,819 tokens partial

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
list_available_audio_transitions ~38

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

list_available_effects ~42

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

list_available_transitions ~44

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

list_clip_effects ~45

No description provided.

NameTypeReqDescription
node_idstringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

list_markers ~65

No description provided.

NameTypeReqDescription
node_idstring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

list_project_items ~53

No description provided.

NameTypeReqDescription
bin_pathstring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

list_sequence_checkpoints ~61

No description provided.

NameTypeReqDescription
sequence_idstring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

list_sequence_tracks ~39

No description provided.

NameTypeReqDescription
sequence_idstring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

list_sequences ~15

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

lock_track ~43

No description provided.

NameTypeReqDescription
lockedbooleanyes
track_indexnumberyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

manage_media_watch ~130

No description provided.

NameTypeReqDescription
actionstringyes
allowed_extensionsarray
approved_workspace_pathstring
recursiveboolean
target_bin_idstring
watch_pathstring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

manage_project_context ~214

No description provided.

NameTypeReqDescription
actionstringyes
evidencearray
project_idstring
recordsarray
replaceboolean
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

manage_proxies ~202

No description provided.

NameTypeReqDescription
actionstringyes
item_idstringyes
output_pathstring
preset_pathstring
proxy_pathstring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

match_frame ~60

No description provided.

NameTypeReqDescription
track_indexnumber
track_typestring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

move_clip ~66

No description provided.

NameTypeReqDescription
new_start_secondsnumberyes
new_track_indexnumber
node_idstringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

move_clip_to_track ~50

No description provided.

NameTypeReqDescription
node_idstringyes
target_track_indexnumberyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

move_item_to_bin ~52

No description provided.

NameTypeReqDescription
item_idstringyes
target_binstringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

move_items_to_bin ~55

No description provided.

NameTypeReqDescription
item_idsarrayyes
target_binstringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

move_playhead_to_edit ~35

No description provided.

NameTypeReqDescription
directionstring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

multiple_undo ~43

No description provided.

NameTypeReqDescription
countnumber
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

mute_track ~46

No description provided.

NameTypeReqDescription
mutedbooleanyes
track_indexnumberyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

navigate_playhead ~133

No description provided.

NameTypeReqDescription
actionstringyes
framesinteger
track_indexinteger
track_typestring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

nest_clips ~56

No description provided.

NameTypeReqDescription
namestringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

normalize_loudness_file ~156

No description provided.

NameTypeReqDescription
input_pathstringyes
max_true_peak_dbfsnumber
output_pathstringyes
target_lufsnumber
tolerance_lunumber
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

open_in_source ~40

No description provided.

NameTypeReqDescription
item_idstringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

open_project ~31

No description provided.

NameTypeReqDescription
pathstringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

overwrite_clip ~105

No description provided.

NameTypeReqDescription
audio_track_indexnumber
item_idstringyes
start_secondsnumber
track_indexnumber
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

overwrite_from_source ~66

No description provided.

NameTypeReqDescription
audio_track_indexnumber
video_track_indexnumber
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

ping ~31

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_active_speaker_reframe ~407

No description provided.

NameTypeReqDescription
base_video_track_indexinteger
ease_framesinteger
frame_ratenumber
headroomnumber
layoutstring
min_hold_secondsnumber
source_frameobjectyes
speaker_regionsarrayyes
switch_lead_secondsnumber
target_frameobject
word_timelineobjectyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_beat_montage ~340

No description provided.

NameTypeReqDescription
allow_reuseboolean
audio_track_indexinteger
beat_secondsarrayyes
clipsarrayyes
cut_every_n_beatsinteger
frame_ratenumber
max_shot_secondsnumber
min_shot_secondsnumber
orderstring
start_beat_indexinteger
total_duration_secondsnumber
video_track_indexinteger
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_chapter_markers ~256

No description provided.

NameTypeReqDescription
block_wordsinteger
frame_ratenumber
max_chaptersinteger
min_chapter_secondsnumber
stop_wordsarray
title_wordsinteger
word_timelineobjectyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_client_notes_checklist ~356

No description provided.

NameTypeReqDescription
fixed_marker_colorinteger
frame_ratenumber
include_approvals_as_markersboolean
marker_color_modestring
marker_name_prefixstring
max_itemsinteger
notesstringyes
sequence_duration_secondsnumber
timecode_stylestring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_cross_app_workflow ~77

No description provided.

NameTypeReqDescription
workflowstringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_emphasis_zoom_keyframes ~555

No description provided.

NameTypeReqDescription
alternateboolean
base_scalenumber
clip_start_secondsnumber
cooldown_secondsnumber
ease_in_framesinteger
ease_out_framesinteger
emphasis_wordsarray
every_n_secondsnumber
frameobject
frame_ratenumber
hold_secondsnumber
max_zoomsinteger
subject_pointobject
triggerstring
trigger_secondsarray
word_timelineobject
zoom_scalenumber
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_filler_word_removal ~297

No description provided.

NameTypeReqDescription
filler_wordsarray
frame_ratenumber
handle_framesinteger
max_removalsinteger
merge_gap_secondsnumber
min_confidencenumber
word_timelineobjectyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_multicam_angle_switches ~396

No description provided.

NameTypeReqDescription
camerasarrayyes
cover_on_overlapboolean
cutaway_every_secondsnumber
cutaway_secondsnumber
frame_ratenumber
lead_switch_secondsnumber
marker_colorinteger
min_hold_secondsnumber
overlap_min_secondsnumber
speaker_segmentsarrayyes
start_secondsnumber
total_duration_secondsnumber
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_pause_tightening ~247

No description provided.

NameTypeReqDescription
frame_ratenumber
max_editsinteger
max_pause_secondsnumber
sentence_pause_secondsnumber
target_pause_secondsnumber
word_timelineobjectyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_platform_delivery_matrix ~138

No description provided.

NameTypeReqDescription
export_preset_hintstring
sourceobjectyes
strategystring
targetsarrayyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_reaction_captions ~327

No description provided.

NameTypeReqDescription
combine_gap_secondsnumber
frame_ratenumber
merge_gap_secondsnumber
min_hold_secondsnumber
min_solo_cue_secondsnumber
shot_changesarray
speaker_palettearrayyes
word_timelineobjectyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_short_export_folder ~142

No description provided.

NameTypeReqDescription
brandstring
export_rootstringyes
extensionstring
series_namestringyes
titlestringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_short_subscribe_cta ~205

No description provided.

NameTypeReqDescription
at_rationumber
brandstring
copystring
duration_secondsnumberyes
frame_ratenumber
hold_secondsnumber
hook_end_secondsnumber
platformstring
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_shot_match ~131

No description provided.

NameTypeReqDescription
reference_media_pathstringyes
reference_time_secondsnumber
target_media_pathstringyes
target_time_secondsnumber
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_silence_review_markers ~230

No description provided.

NameTypeReqDescription
max_candidatesnumber
media_pathstringyes
min_duration_secondsnumber
noise_threshold_dbnumber
source_in_secondsnumber
source_out_secondsnumber
timeline_start_secondsnumberyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_speaker_checkerboard ~339

No description provided.

NameTypeReqDescription
base_audio_track_indexinteger
base_video_track_indexinteger
frame_ratenumber
handle_framesinteger
merge_gap_secondsnumber
min_turn_secondsnumber
speaker_orderarray
track_per_speakerboolean
word_timelineobjectyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

plan_word_mute_ranges ~237

No description provided.

NameTypeReqDescription
frame_ratenumber
modestring
mute_level_dbnumber
padding_secondsnumber
word_timelineobjectyes
wordsarrayyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

play_source_monitor ~78

No description provided.

NameTypeReqDescription
speednumber
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

play_timeline ~41

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

preview_after_effects_render ~119

No description provided.

NameTypeReqDescription
approved_workspace_pathstringyes
composition_namestringyes
output_module_templatestringyes
output_pathstringyes
render_settings_templatestringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

preview_after_effects_render_handoff ~187

No description provided.

NameTypeReqDescription
ae_project_pathstringyes
approved_workspace_pathstringyes
output_pathstringyes
premiere_project_pathstringyes
queue_item_indexintegeryes
target_bin_idstringyes
NameTypeReqDescription
data
errorstring
okbooleanyes
toolstringyes

No examples provided.

Common questions

What is the MCP for Adobe Premiere Pro server?

MCP for Adobe Premiere Pro is listed in the public MCP registry as io.github.leancoderkavy/premiere-pro. Local-first MCP for supported Adobe Premiere Pro workflows; start with a read-only connection check. This page covers its npm package (premiere-pro-mcp).

Is the MCP for Adobe Premiere Pro server safe to use?

MCP for Adobe Premiere Pro scores 54 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

Is the MCP for Adobe Premiere Pro server still maintained?

MCP for Adobe Premiere Pro is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the MCP for Adobe Premiere Pro server under?

MCP for Adobe Premiere Pro declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.