Best for
- Users who want to integrate AI into their video editing workflow
- Creators who want to automate After Effects operations without deep programming
- Users of MCP-compatible clients like Claude Desktop
This server provides a comprehensive set of After Effects control tools, suitable for experienced users to integrate AI into video editing. It requires After Effects 2022+ and local setup, which may be a barrier for beginners.
This MCP server allows AI assistants and other applications to control Adobe After Effects through a standardized protocol. It supports creating compositions, managing layers, setting keyframes and expressions, applying masks, and more. The server uses ExtendScript to interact with After Effects and requires a companion bridge panel.
{
"mcpServers": {
"AfterEffectsMCP": {
"command": "node",
"args": [
"PATH/TO/after-effects-mcp/build/index.js"
]
}
}
}