Metadata-Version: 2.4
Name: dcc-mcp-premiere
Version: 0.2.0
Summary: MCP adapter for Adobe Premiere Pro
Project-URL: Homepage, https://github.com/dcc-mcp/dcc-mcp-premiere
Project-URL: Repository, https://github.com/dcc-mcp/dcc-mcp-premiere
Author-email: loonghao <hal.long@outlook.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: dcc-mcp-core<1.0.0,>=0.19.13
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Requires-Dist: twine>=6; extra == 'dev'
Description-Content-Type: text/markdown

# dcc-mcp-premiere

MCP adapter for Adobe Premiere Pro. It uses a bundled UXP panel as a typed, localhost-only bridge to Premiere's project APIs.

```bash
pip install dcc-mcp-premiere
```

Load the installed `dcc_mcp_premiere/premiere_uxp` folder with Adobe UXP Developer Tool in Premiere Pro 25.6 or later. The MCP endpoint defaults to `http://127.0.0.1:8765/mcp`.

Set the same non-default `DCC_MCP_PREMIERE_BRIDGE_TOKEN` in the adapter environment and the UXP panel before production use.

## Tools

- `premiere-project.inspect_project`
- `premiere-project.list_sequences`
- `premiere-project.save_project`
