after-effects-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@after-effects-mcpCreate a new composition called 'Intro' at 1920x1080, 30fps, 10 seconds long."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
After Effects MCP
A production-minded Model Context Protocol server for Adobe After Effects.
Headless Startup bridge · sync tool calls · hybrid high-level tools + JSX escape hatch · composition frame capture as images · resources & prompts for agents.
Build motion graphics, review cuts, and render YouTube-ready projects from an MCP client while keeping After Effects as the execution environment.
Documentation
Features
Headless by default — no “open panel + Auto-run” required
Sync-feeling RPC — tools wait for AE (request IDs, timeouts, clear errors)
Motion tools — comps, layers (text/shape/solid/null/camera…), keyframes, expressions, effects
Vision —
ae_capture_framereturns a PNG still so agents can verify workResources —
ae://project,ae://docs/*Prompts — lower-third, kinetic type, debug comp
Companion skill —
skills/after-effects-mcp/SKILL.mdEditorial planning — sentence-aware cut scoring, explainable EDLs, clean/retention/story modes, YouTube structure, chapters, and b-roll/graphic suggestions
Quality workflow — multi-frame QA, saved preview reviews, approve/reject decisions, and autonomous or approval-gated builds
Motion system — reusable brand-aware hook, lower-third, chapter, statistic, quote, subscribe, and end-screen templates
One-shot motion videos — canonical blueprints, visual grammar, coherence validation, deterministic scene builds, multi-frame QA, repair passes, and approval-aware previews
Export presets — automatic MP4, MOV, and PNG render presets with explicit output paths
Requirements
Adobe After Effects 2022+
Node.js 20+
AE preference: Edit → Preferences → Scripting & Expressions → Allow Scripts to Write Files and Access Network
Connection model (important)
When | What you do |
One-time setup |
|
Day-to-day | Leave After Effects open. Only restart the AI client (Grok / Claude / Cursor) |
If tools go quiet | AI client restart is enough — MCP auto-kicks the bridge into running AE. Or run |
You should not need to restart After Effects every time you reconnect the AI.
How it works: when the MCP server starts (AI client launch), it runs AfterFX.exe -r ae-mcp-ensure.jsx against the already open AE session, restarts the headless poller, and a watchdog re-kicks if heartbeats die.
Install
git clone https://github.com/HeroicSwan/after-effects-mcp.git ae-mcp
cd ae-mcp
npm install
npm run build
npm run install-bridgeIf AE was already open during install, restart AE once so Startup bootstrap loads. After that, only restart the AI client.
npm run health
# or force reconnect without touching AE:
node dist/index.js ensureMCP client config
Claude / Cursor / generic
{
"mcpServers": {
"ae-mcp": {
"command": "node",
"args": ["C:/Users/YOU/Projects/ae-mcp/dist/index.js", "serve"]
}
}
}Grok / Codex / Claude Code
Point the MCP server command at node + absolute path to dist/index.js with arg serve.
The After Effects panel can write the Codex entry directly into C:\Users\YOU\.codex\config.toml. Restart Codex after installing it.
ChatGPT
ChatGPT uses a remotely reachable HTTPS MCP endpoint rather than launching this local Windows stdio command directly. Select ChatGPT (remote MCP) in the After Effects panel to create ~/.ae-mcp/chatgpt-setup.json and a setup guide. Set AE_MCP_CHATGPT_MCP_URL before setup if you already have an authenticated HTTPS relay. Never expose the local bridge without authentication.
CLI
Command | Description |
| MCP stdio server (default) |
| Check live bridge / AE |
| Copy Startup bootstrap into AE script folders |
Typical agent workflow
ae_healthae_create_composition/ae_get_compositionae_create_layer→ae_set_keyframes/ae_set_expression/ae_apply_effectae_capture_frame— look at the stillIterate
Tool catalog (v0.1)
Tool | Purpose |
| Connection + project snapshot |
| Live AE instances |
| Project summary |
| Comp index |
| Comp + layers |
| New comp |
| Layers |
| Layer ops ( |
| Animation |
| Effects |
| Find items/layers by name |
| PNG still (+ image content) |
| Multi-frame visual QA manifest |
| Sentence-aware YouTube edit decision list |
| Pacing, hook, coverage, and cut-quality audit |
| Approval-aware YouTube edit builder |
| Brand-aware reusable AE motion graphic |
| Create the canonical motion-video plan |
| Explain timing, brand, scene, and template problems |
| Verify beat choreography, object motion, scene variation, and settle moments |
| Apply safe deterministic blueprint repairs |
| Build, QA, preview-render, and review a complete motion video |
| Automatic AE render/export preset |
| Preview approval workflow |
| Escape hatch |
Architecture
MCP client → ae-mcp (stdio) → in-process broker → ~/.ae-mcp/instances/<id>/
command.json → result.json
← AE Startup bootstrap.jsxDevelopment
npm run build
npm test
npm run typecheckBefore publishing changes, run the full local release check described in the installation guide.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HeroicSwan/after-effects-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server