after-effects-mcp
This server enables comprehensive control over Adobe After Effects from any MCP client using natural language and structured tools, covering the following areas:
Inspection & Diagnostics
Health-check the AE bridge, verify connectivity and version compatibility
Inspect compositions (settings, layer summaries) and deeply inspect individual layers (transforms, effects, masks, keyframes, expressions, text, source)
Retrieve script results and get usage help
Composition & Layer Management
Create new compositions with custom name, dimensions, frame rate, duration, and background color; modify existing composition settings
Create text layers (with full Arabic/RTL auto-detection), cameras, and adjustment layers
Duplicate, delete, and center layers; create or modify masks (rectangle or polygon); batch-set transform/visibility properties across multiple layers
Animation
Set keyframes on any layer property (position, scale, rotation, opacity, etc.) at specific times
Apply or remove expressions on any layer property
Effects
Apply effects by display name or matchName; use predefined effect templates (gaussian blur, glow, drop shadow, cinematic look, etc.)
List all available or layer-specific effects; set or keyframe effect properties with full easing/interpolation control; remove effects
Presets
List, search, and apply After Effects
.ffxpreset files to layers
Audio & Markers
Get audio metadata and source paths; set audio levels (per-channel, static or keyframed)
Analyze WAV files for amplitude, peaks, and transients; add single or bulk markers (layer or composition) with comments, chapters, URLs, and labels
Rendering
Add compositions to the render queue with output path and template settings
Start renders that block the AE UI, or run background renders via
aerenderto keep the UI responsive; check background render status and logs
Arbitrary Scripting
Execute any ExtendScript code directly in After Effects, providing access to all AE features not covered by dedicated tools (track mattes, parenting, precomposing, layer styles, importing footage, project-wide edits, etc.)
After Effects MCP - Enhanced Multilingual Edition
Control Adobe After Effects from any MCP client (Claude Code / Claude Desktop) using natural language: create and inspect comps and layers, animate, apply effects and presets, manage masks/cameras, render in the background, and run arbitrary ExtendScript - with first‑class Arabic / RTL support and tools that work on After Effects in any UI language.
This is an enhanced edition built on the original work of Dakkshin/after-effects-mcp. See CREDITS.md.
✨ Why this edition
Area | This edition |
Works in any AE language | All standard property lookups use locale‑independent |
Arabic / RTL text |
|
Arbitrary scripting |
|
Visual feedback |
|
Deep inspection |
|
Rendering | In‑app render queue and background |
Reliability | Per‑command IDs (no stale results), one undo group per command, faster polling, OneDrive‑proof shared folder, |
Layer management | Cameras, duplicate, delete, masks, batch transform, comp settings - as dedicated tools |
47 tools total. Full details in ENHANCEMENTS.md.
Related MCP server: AE MCP Server
📋 Prerequisites
Adobe After Effects 2022 or later
Windows or macOS. After Effects itself only runs on these two platforms, so the server is meant to run on the same machine as After Effects. The Node process starts on Linux and the CI builds and tests there, but there is no After Effects for it to drive.
Node.js 18+ - https://nodejs.org
An MCP client (e.g. Claude Code:
npm install -g @anthropic-ai/claude-code)
🚀 Setup
git clone https://github.com/a-y-ibrahim/after-effects-mcp.git
cd after-effects-mcp
npm install # installs + builds
npm run install-bridge # copies the panel into AE's ScriptUI PanelsThen in After Effects:
Enable scripting - Windows: Edit > Preferences > Scripting & Expressions; macOS: After Effects > Settings > Scripting & Expressions → enable “Allow Scripts to Write Files and Access Network”.
Restart After Effects.
Window > mcp-bridge-auto.jsx - keep this panel open.
Register the server with your MCP client:
claude mcp add AfterEffectsMCP node /absolute/path/to/after-effects-mcp/build/index.jsFirst test: ask your client to “check the After Effects bridge”. It should report
bridgeVersion: 1.7.1-mcp-enhanced and versionMatch: true.
💡 If you edit the server, re‑run
npm run build, then restart the MCP client. If you edit the bridge, also re‑runnpm run install-bridgeand restart After Effects.
🧰 Tools at a glance
Inspection & diagnostics - see-frame, contact-sheet, match-reference, inspect-comp, inspect-layer, get-results, check-bridge, run-bridge-test, get-help
Composition & layers - create-composition, set-composition-properties, create-text-layer, create-camera, create-adjustment-layer, duplicate-layer, delete-layer, center-layers, set-layer-mask, batch-set-layer-properties
Animation - setLayerKeyframe, setLayerExpression, get-layer-clip-frames
Effects - apply-effect, add-any-effect, apply-effect-template, list-layer-effects, list-available-effects, set-effect-property, set-effect-keyframe, remove-effect, mcp_aftereffects_get_effects_help
Presets - list-presets, search-presets, apply-preset
Audio & markers - get-audio-info, set-audio-levels, analyze-audio-waveform, add-marker, add-markers-bulk
Rendering - add-to-render-queue, render-queue, start-render, render-aerender, render-status
Power - execute-script (arbitrary ExtendScript), run-script, test-animation
For project/comp overview you can also use run-script with getProjectInfo / listCompositions.
📖 Full reference: docs/TOOLS.md (all 47 tools) · docs/ARCHITECTURE.md (how the bridge works).
🌙 Arabic / RTL example
“Create a text layer that says ‘مرحبا بالعالم’”
create-text-layer detects the Arabic text and automatically sets right‑to‑left direction and
right alignment. Use a font that supports Arabic (e.g. Tahoma, Cairo). For full Arabic shaping,
enable the Middle‑Eastern text engine in After Effects (Windows: Preferences > Type;
macOS: Settings > Type).
🩺 Troubleshooting
Anything times out / odd behavior → ask “check the After Effects bridge” first.
Version mismatch warning → re‑run
npm run install-bridge, restart After Effects.“Result file appears stale” → the panel isn’t running or can’t write files; reopen it and confirm scripting permission.
Windows + OneDrive → the shared folder is
%LOCALAPPDATA%\ae-mcp-bridge(OneDrive‑proof). Override both sides with theAE_MCP_BRIDGE_DIRenv var if needed.
🧪 Development
npm run build # compile + copy the bridge script
npm run typecheck # tsc --noEmit
npm test # Vitest unit suitePure logic lives in src/lib/bridge-core.ts and is unit tested in tests/bridge-core.test.ts. CI type-checks and builds on Linux, macOS, and Windows across Node 18, 20, and 22, and runs the test suite on Node 20 and 22 (Vitest 4 requires Node 20+). See CONTRIBUTING.md for the architecture and how to add a tool.
📄 Credits & License
Licensed under the MIT License. Original work © 2025 Dakkshin; enhanced multilingual edition © 2026 Abdelrahman Youssef. See LICENSE and CREDITS.md.
Maintenance
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/a-y-ibrahim/after-effects-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server