Metadata-Version: 2.4
Name: dcc-mcp-aftereffects
Version: 0.3.0
Summary: MCP adapter for Adobe After Effects
Project-URL: Homepage, https://github.com/dcc-mcp/dcc-mcp-aftereffects
Project-URL: Repository, https://github.com/dcc-mcp/dcc-mcp-aftereffects
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.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-aftereffects

MCP adapter for Adobe After Effects, built on the shared `adobepy` broker, CEP bridge, and typed facade.

```bash
pip install dcc-mcp-aftereffects
```

Install the shared bridge with `adobepy install-bridge after-effects --dest <extension-dir> --token <token>`, open it in After Effects, then start the adapter. The MCP endpoint defaults to `http://127.0.0.1:8765/mcp`.

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

## Tools

- `aftereffects-project.inspect_project`
- `aftereffects-project.list_compositions`
- `aftereffects-project.save_project`
