MCP server for Adobe After Effects
MCP server for Adobe After Effects. The after effects mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
✨ A Model Context Protocol (MCP) server for Adobe After Effects that enables AI assistants and other applications to control After Effects through a standardized protocol.
Everything the assistant can do here goes through one of these:
create-composition — Create a new compositionrun-script — Run a JS script inside AEget-results — Get script resultsget-help — Help for available commandssetLayerKeyframe — Add keyframe to layer propertysetLayerExpression — Add/remove expressions from propertiessetLayerProperties — Set layer properties (position, scale, rotation, opacity, blendMode, threeDLayer, trackMatteType, enabled, etc.)batchSetLayerProperties — Apply properties to multiple layersgetLayerInfo — Get layer info (position, 3D status)createCamera — Create camera layercreateNullObject — Create null object for animationduplicateLayer — Duplicate a layerSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. After Effects MCP's toolset — create-composition, run-script, get-results and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Dakkshin; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| create-composition | Create a new composition |
| run-script | Run a JS script inside AE |
| get-results | Get script results |
| get-help | Help for available commands |
| setLayerKeyframe | Add keyframe to layer property |
| setLayerExpression | Add/remove expressions from properties |
| setLayerProperties | Set layer properties (position, scale, rotation, opacity, blendMode, threeDLayer, trackMatteType, enabled, etc.) |
| batchSetLayerProperties | Apply properties to multiple layers |
| getLayerInfo | Get layer info (position, 3D status) |
| createCamera | Create camera layer |
| createNullObject | Create null object for animation |
| duplicateLayer | Duplicate a layer |
| deleteLayer | Delete a layer |
| setLayerMask | Create/modify layer masks |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.