Odel
adobe premiere mcp

adobe premiere mcp

Local
@mrfentmenTypeScriptUpdated 1mo ago

Control Adobe Premiere Pro video editing via ExtendScript.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmadobe-premiere-mcpv1.0.1

Run

npx -y adobe-premiere-mcp

MCP client config

{
  "mcpServers": {
    "adobe-premiere-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adobe-premiere-mcp"
      ]
    }
  }
}