A stdio connector for the local ae-mcp After Effects panel; install the AE extension separately.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
English | ็ฎไฝไธญๆ
One-line setup prompt โ paste this into Claude Code or another AI agent:
ae-mcp connects an After Effects CEP panel to AI clients through a local MCP
endpoint. The panel hosts the service at http://127.0.0.1:11488/mcp; the
host is a Node process using Express, and After Effects state is reached
through ExtendScript and the frozen native AEGP plane.
.aex on Windows, the AeMcpNative.plugin
bundle on macOS. Keep the version pair from the same release. The ZXP
carries no platform binaries and installs on both systems; only this
native plug-in is built per platform, and ae_nativeExec is the one tool
that needs it. Install has the exact per-platform
destination, and the macOS bundle additionally needs its download
quarantine cleared before After Effects will load it.The panel itself is the MCP service. No separate repository server is needed. External clients must run on the same machine as After Effects because the default endpoint is loopback.
Claude Code uses the URL transport:
Claude Desktop can use the published connector through the system Node
installation, without needing access to the installed extension directory.
This npx -y ae-mcp-jkdg form wraps the same dependency-free
host/stdio-shim.js:
Alternatively, Claude Desktop can run the dependency-free stdio shim shipped
in the installed extension. Set command to the system Node executable and
point args at the extension directory's host/stdio-shim.js:
Claude Desktop therefore needs a system Node installation. The shim keeps one stdio request queue and forwards MCP responses to the panel host.
ae_exec for maintained ExtendScript operations.ae_execRecover for retrying a dispatched ae_exec failure by its returned id.ae_nativeExec for the frozen native AEGP primitives.ae_previewFrame, ae_validateExpressions, structured ae_read, and checkpoints.The public MCP tools are served by the CEP host. Writes should be followed by an independent readback; potentially side-effecting failures must be reconciled before retry, and Undo must be executed and verified separately.
Install the two Node workspaces and build the panel:
For a local CEP deployment, use the platform-specific script after the host and panel are built:
The Adobe After Effects C/C++ Plug-in SDK is a developer-supplied input and must remain outside this repository. Verify it before building the native plug-in:
For the frozen native plane, build into a new directory outside the repository.
The installer keeps transaction state under native-plugin-dev-v1; retain the
returned transaction ID if you install the result:
The native plane is frozen; generated AEGP protocol files are checked in and the capability-package code-generation pipeline is not part of normal development.
Run focused Node contracts locally:
The Windows ZXP staging command copies only the panel, host, JSX, shared
modules, icons, and generated host assets. It verifies the host's exact
Express 4.22.2 dependency and signs the ZXP once:
The signed ZXP must contain no nested native binary other than an explicitly
handled .aex artifact, and it must remain below 20 MB.
See Install, Reference, and Release for the maintained operational details.
ae-mcp is released under the MIT License; see LICENSE. Adobe's
CSInterface.js retains its upstream license notice.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ae-mcp)<a href="https://allmcps.com/mcp/ae-mcp"><img src="https://allmcps.com/api/badge/ae-mcp?style=directory" alt="Ae MCP on AllMCPs" /></a>