prpr

mhadifilms/prpr
★ 0 stars Python AI/LLM Updated 3d ago
The missing CLI, Python library, and MCP server for Adobe Premiere Pro.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prpr": {
      "command": "uvx",
      "args": [
        "prpr"
      ]
    }
  }
}

Or install with pip: pip install prpr

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/mhadifilms/prpr/main/docs/assets/logo.svg" alt="prpr logo" width="140"> </p> **The missing CLI, Python library, and MCP server for Adobe Premiere Pro.** Declarative. Scriptable. LLM-friendly. Structural sibling of [`dvr`](https://github.com/mhadifilms/dvr) (the same project for DaVinci Resolve) — same namespaces, same routing, same error model.