Adobe After Effects
Control Adobe After Effects through a standardized protocol, enabling AI assistants and other applications.
🎬 After Effects MCP Server
✨ 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.
Table of Contents
📦 Features
🎥 Core Composition Features
- Create compositions with custom settings (size, frame rate, duration, background color)
- List all compositions in a project
- Get project information such as frame rate, dimensions, and duration
🧱 Layer Management
- Create text layers with customizable properties (font, size, color, position)
- Create shape layers (rectangle, ellipse, polygon, star) with colors and strokes
- Create solid/adjustment layers for backgrounds and effects
- Modify layer properties like position, scale, rotation, opacity, and timing
🌀 Animation Capabilities
- Set keyframes for layer properties (Position, Scale, Rotation, Opacity, etc.)
- Apply expressions to layer properties for dynamic animations
⚙️ Setup Instructions
🛠 Prerequisites
- Adobe After Effects (2022 or later)
- Node.js (v14 or later)
- npm or yarn package manager
📥 Installation
-
Clone the repository
git clone https://github.com/Dakkshin/after-effects-mcp.git cd after-effects-mcp -
Install dependencies
npm install # or yarn install -
Build the project
npm run build # or yarn build -
Install the After Effects panel
npm run install-bridge # or yarn install-bridgeThis will copy the necessary scripts to your After Effects installation.
🔧 Update MCP Config
Go to your client (eg. Claude or Cursor ) and update your config file
{
"mcpServers": {
"AfterEffectsMCP": {
"command": "node",
"args": ["C:\\Users\\Dakkshin\\after-effects-mcp\\build\\index.js"]
}
}
}
▶️ Running the Server
-
Start the MCP server
npm start # or yarn start -
Open After Effects
-
Open the MCP Bridge Auto panel
- In After Effects, go to Window > mcp-bridge-auto.jsx
- The panel will automatically check for commands every few seconds
- Make sure the "Auto-run commands" checkbox is enabled
🚀 Usage Guide
Once you have the server running and the MCP Bridge panel open in After Effects, you can control After Effects through the MCP protocol. This allows AI assistants or custom applications to send commands to After Effects.
📘 Creating Compositions
You can create new compositions with custom settings:
- Name
- Width and height (in pixels)
- Frame rate
- Duration
- Background color
Example MCP tool usage (for developers):
mcp_aftereffects_create_composition({
name: "My Composition",
width: 1920,
height: 1080,
frameRate: 30,
duration: 10
});
✍️ Working with Layers
You can create and modify different types of layers:
Text layers:
- Set text content, font, size, and color
- Position text anywhere in the composition
- Adjust timing and opacity
Shape layers:
- Create rectangles, ellipses, polygons, and stars
- Set fill and stroke colors
- Customize size and position
Solid layers:
- Create background colors
- Make adjustment layers for effects
🕹 Animation
You can animate layers with:
Keyframes:
- Set property values at specific times
- Create motion, scaling, rotation, and opacity changes
- Control the timing of animations
Expressions:
- Apply JavaScript expressions to properties
- Create dynamic, procedural animations
- Connect property values to each other
🛠 Available MCP Tools
| Command | Description |
|---|---|
| `create-composition` | Create a new comp |
| `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 |
👨💻 For Developers
🧩 Project Structure
src/index.ts: MCP server implementationsrc/scripts/mcp-bridge-auto.jsx: Main After Effects panel scriptinstall-bridge.js: Script to install the panel in After Effects
📦 Building the Project
npm run build
# or
yarn build
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Star History
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
WinCC Unified MCP Server
An MCP server for interfacing with SIEMENS WinCC Unified SCADA systems via their GraphQL API.
mcp-ssh-sre
An MCP server providing read-only server monitoring tools to AI assistants. Runs predefined diagnostic commands over SSH and passes only the results to the LLM - your server credentials and shell are never exposed.
weibaohui/k8m
Provides multi-cluster Kubernetes management and operations using MCP, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
Python Notebook MCP
Enables AI assistants to interact with local Jupyter notebooks (.ipynb).
Base64 Encode/Decode
A simple and efficient MCP server for Base64 encoding and decoding of text and images.
MCP Front
An OAuth 2.1 proxy for MCP servers that enables single sign-on with Google, domain validation, and per-user tokens.
Multiverse MCP Server
A middleware server for running multiple, isolated instances of MCP servers with unique namespaces and configurations.
Gemma MCP Client
A client for Google's Gemma-3 model that enables function calling through MCP.
mcpo+OpenWebUI
A secure MCP-to-OpenAPI proxy server that converts MCP tools into OpenAPI compatible HTTP servers, with support for multiple server types and automatic API documentation.
DeepWiki by Devin
Remote, no-auth MCP server providing AI-powered codebase context and answers