Metadata-Version: 2.4
Name: dcc-mcp-premiere
Version: 0.4.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: adobepy<1.0.0,>=0.4.0
Requires-Dist: dcc-mcp-core<1.0.0,>=0.19.45
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, built on the shared `adobepy` broker, UXP bridge, and typed facade.

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

Install the shared bridge with `adobepy install-bridge premiere --dest <plugin-dir> --token <token>`, load it with Adobe UXP Developer Tool in Premiere Pro 25.6 or later, then start the adapter. Each adapter instance uses an OS-assigned port and registers it for CLI discovery. Connect through the stable gateway at `http://127.0.0.1:9765/mcp`; set `DCC_MCP_PREMIERE_PORT` only when a fixed direct endpoint is required.

Set `ADOBEPY_TOKEN` to the same non-default token used when installing the bridge.

## Tools

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