Enables AI agents to control Adobe After Effects to create videos programmatically, with commands for comps, layers, effects, and rendering.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.AE_BRIDGE_AERENDER— aerender lives at the app root: /Applications/Adobe After Effects <year>/aerender. The controller and panel auto-detect it. If your install is non-standard, set (see [section 10](#10-configuration)).AE_BRIDGE_ALLOW_DEV— (unset) 1 to surface dev-only commandsAE_BRIDGE_FFMPEGAE_BRIDGE_HOST— 0.0.0.0 AE_BRIDGE_TOKEN=your-secret npm run controllerAE_BRIDGE_LOG_LEVEL— info debug, info, warn, or errorAE_BRIDGE_PORT— 8787 PortAE_BRIDGE_PUBLIC_URLAE_BRIDGE_RENDER_WAIT_MS— POST /media/render { compId, name? } render, transcode to H.264 .mp4, returns { downloadUrl }. Waits up to (default 150s); longer renders return { pending, jobId }AE_BRIDGE_TIMEOUT_MS— 30000 Command timeoutAE_BRIDGE_TOKEN— AE_BRIDGE_HOST=0.0.0.0 =your-secret npm run controllerAE_BRIDGE_URL— "env": { "": "http://127.0.0.1:8787", "AE_MCP_TOOLS": "core" }AE_MCP_TOOLS— "env": { "AE_BRIDGE_URL": "http://127.0.0.1:8787", "": "core" }ANTHROPIC_API_KEY— claudeReviewer: a slot that judges intent with a vision model; set to enable.[](https://m8ven.ai/mcp/arman-luthra-aftr-p3cja0)