Metadata-Version: 2.4
Name: dcc-mcp-aftereffects
Version: 0.2.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: 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. It uses a bundled CEP panel and typed ExtendScript handlers over a localhost-only bridge.

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

Install the shipped `dcc_mcp_aftereffects/aftereffects_cep` extension, open its panel in After Effects, and start `dcc-mcp-aftereffects` through the normal MCP launcher. The MCP endpoint defaults to `http://127.0.0.1:8765/mcp`.

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

## Tools

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