mcpbeat Sign in

MCP for Adobe Premiere Pro MCP Server

by leancoderkavy Your server? Claim it
local only

MCP for Adobe Premiere Pro runs on your own machine — the client starts it, so there is no endpoint to ping. 2 062 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 685 · avg 260 · +1% w/w
a month agotoday
2 062
Installs / week
npm · premiere-pro-mcp
269
Stars
2 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

  const result = spawnSync(npm.command, [...npm.prefix, "root", "--global"], {
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    var statusPath = path.join(updateDirectory, "premiere-pro-mcp-update-" + suffix + ".json");
  const result = spawnSync(npm.command, [...npm.prefix, "root", "--global"], {
Builds a database query by concatenation landing/components/studio/cinema-fallback.tsx:32
            35 MM · SELECT {String(((chapter + slot + 2) % 3) + 1).padStart(2, "0")}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch MCP for Adobe Premiere Pro and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add premiere-pro -- npx -y premiere-pro-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "premiere-pro": {
      "args": [
        "-y",
        "premiere-pro-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.premiere-pro]
command = "npx"
args = ["-y", "premiere-pro-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "premiere-pro": {
      "args": [
        "-y",
        "premiere-pro-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "premiere-pro": {
      "args": [
        "-y",
        "premiere-pro-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP for Adobe Premiere Pro

same job, measured the same way
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Prompt Switchboard MCP Sidecar
by xiaojiou176-open

Compare-first local MCP sidecar for browser AI workflows.

local only
Crosstabs
by crosstabs

Free survey crosstabs with local analysis and temporary hosted MCP project workflows.

1 828 installs/wk 52 tools answering
Containerization Assist
by azure

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

254 installs/wk local only
Securedact MCP
by giganteshji

Local-first privacy MCP server for sensitive AI workflows

572 installs/wk local only
Local GPU Imagegen
by zc4578980-tech

MCP-first control plane for ComfyUI workflows with explicit approvals and no silent downloads.

300 installs/wk local only
Local GPU Imagegen
by chevalgrand520

MCP-first control plane for ComfyUI workflows with explicit approvals and no silent downloads.

local only
ÚčtoMost KROS MCP
by uctomost

Secure remote MCP for supported accounting workflows in authorized KROS companies.

answering

MCP for Adobe Premiere Pro — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP for Adobe Premiere Pro?
MCP for Adobe Premiere Pro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package premiere-pro-mcp was installed 2 062 times last week.
How do I connect MCP for Adobe Premiere Pro?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls premiere-pro-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MCP for Adobe Premiere Pro?
The npm package premiere-pro-mcp was installed 2 062 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP for Adobe Premiere Pro open source?
Yes — it is published under the MIT licence, written in TypeScript, 269 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.