develop-premiere-pro-mcp

develop-premiere-pro-mcp is a skill for Claude Code from leancoderkavy/premiere-pro-mcp. It costs 62 tokens per session (783 once invoked), scanned A, original, MIT.

A repository-specific guide for developing the Premiere Pro MCP server, which connects AI coding tools to Adobe Premiere Pro.

In plain words
What is it for?
Changing MCP tools and schemas, maintaining Premiere Pro bridges, testing and reviewing code, and preparing releases.
Why use it?
It gives an agent a defined way to change the repository while preserving its compatibility, security, and release requirements.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the premiere-pro plugin — 2 skills, 1 MCP server shipped together

Good fit Changing MCP tools and schemas, maintaining Premiere Pro bridges, testing and reviewing code, and preparing releases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add leancoderkavy/premiere-pro-mcp --skill develop-premiere-pro-mcp
Clone the repo
git clone --depth 1 https://github.com/leancoderkavy/premiere-pro-mcp

Made for: Claude Code.

Or install premiere-pro, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for develop-premiere-pro-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp/github.svg)](https://agentmods.dev/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp)
Your own site
<a href="https://agentmods.dev/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp"><img src="https://agentmods.dev/badge/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for develop-premiere-pro-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp"><img src="https://agentmods.dev/badge/skills/leancoderkavy/premiere-pro-mcp/develop-premiere-pro-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 783 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.00783
Opus 5 $0.00031 $0.00392
Sonnet 5 $0.00012 $0.00157
Haiku 4.5 $0.00006 $0.00078

Measured 11d ago against content hash 9eea9c66fa0a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

develop-premiere-pro-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude-plugins/premiere-pro/skills/develop-premiere-pro-mcp/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Develop Premiere Pro MCP

Make focused, evidence-backed changes to this TypeScript MCP server. Preserve unrelated worktree changes and distinguish automated verification from behavior proven in a live Premiere Pro host.

Orient to the repository

  1. Read README.md, SECURITY.md, CONTRIBUTING.md, and RESEARCH.md only as needed for the task. Treat current source and release metadata as authoritative over dated snapshots.
  2. Inspect git status before editing. Do not stage, rewrite, or remove unrelated work.
  3. Trace the relevant path before changing it:
    • src/server.ts assembles the MCP surface.
    • src/tools/ contains tool schemas and handlers.
    • src/bridge/ implements host communication.
    • cep-plugin/ is the broad production bridge.
    • uxp-plugin/ is capability-aware and supports only its declared Premiere APIs.
  4. Use Node.js 24 for development when available; preserve the package's Node 20.19+ runtime floor. Install deterministically with npm ci when dependencies are missing.

Implement safely

  • Reuse nearby helpers and module patterns before adding abstractions or dependencies.
  • Keep tool schemas, descriptions, registrations, structured results, authority profiles, tests, documentation, generated catalogs, and reported counts synchronized.
  • Generate ExtendScript as ECMAScript 3: use var, traditional functions and loops, and avoid arrows, let, const, template literals, and other modern runtime syntax.
  • Escape every user-controlled string with existing helpers before embedding it in a generated script. Never interpolate raw paths, names, expressions, or prompts.
  • Keep raw scripting disabled unless the explicit unsafe-script capability is enabled.
  • Prefer documented Premiere APIs. Label QE DOM behavior experimental.
  • Verify mutation postconditions. Do not treat a host API return value alone as proof of success, and do not silently fall back from failed UXP work to CEP or QE.
  • Preserve private-directory ownership checks, authentication, size limits, secret handling, and telemetry privacy. Never collect prompts, arguments, results, tokens, IP addresses, project paths, media names, or person profiles.

Read the full file on GitHub · 66 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 66 lines · 62 tokens per session scan A 9eea9c66fa0a

Subscribe to this mod's changes

develop-premiere-pro-mcp is a skill published in the GitHub repository leancoderkavy/premiere-pro-mcp (247 stars, last pushed today), licensed MIT. It adds 62 tokens to every session and 783 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

premiere-dialogue-cut

Tighten interviews, podcasts, tutorials, and talking-head edits in Adobe Premiere Pro by detecting silence, preserving natural speech margins, keeping an untouched recovery sequence, and verifying sync. Use for pause removal, dialogue cleanup, jump-cut planning, or rough-cut acceleration through the Premiere Pro MCP…

ayushozha/AdobePremiereProMCP · 65 tokens

premiere-social-reframe

Produce vertical, square, and platform-specific versions of an Adobe Premiere Pro sequence while preserving the master edit. Use for 9:16, 1:1, and social cutdowns, Auto Reframe workflows, safe-zone checks, title repositioning, or multi-platform exports through the Premiere Pro MCP server.

ayushozha/AdobePremiereProMCP · 68 tokens

premiere-batch-delivery

Validate, export, and inspect multiple Adobe Premiere Pro deliverables with explicit pending and unverified states. Use for YouTube, social, web, mobile, archive, audio-only, versioned export, delivery QA, caption validation, direct export, AME submission, or repeatable batch output through the Premiere Pro MCP server.

ayushozha/AdobePremiereProMCP · 72 tokens

premiere-captions

Import, verify, structurally validate, and export timed captions or subtitles in Adobe Premiere Pro. Use for SRT workflows, supplied timed transcripts, caption QA, accessibility checks, or sidecar subtitle delivery through the Premiere Pro MCP server.

ayushozha/AdobePremiereProMCP · 53 tokens

premiere-proxy-conform

Speed Adobe Premiere Pro editing with proxy creation, attachment, media matching, and original-media readiness checks. Use for high-resolution or remote-media projects, batch proxy preparation, relinking, proxy status audits, or pre-delivery original-media checks through the Premiere Pro MCP server.

ayushozha/AdobePremiereProMCP · 61 tokens

premiere-look-effects

Build consistent, reversible visual effect recipes in Adobe Premiere Pro from effects confirmed as installed. Use for clip effects, parameterized looks, motion treatments, vignettes, controlled tests, or applying one approved recipe across multiple clips through the Premiere Pro MCP server.

ayushozha/AdobePremiereProMCP · 56 tokens