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.
Server Terkait
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
MCP Toolbox
A toolkit for enhancing LLM capabilities by providing tools to interact with external services and APIs via the Model Context Protocol (MCP).
paytoll-mcp
Access 20+ DeFi, crypto, and AI endpoints through micro-payments. Get Aave rates, build DeFi transactions, fetch crypto prices, resolve ENS names, search Twitter, and query LLMs - all paid per-call with USDC on Base. No API keys needed, payment is the auth
Search Tools MCP Server
An MCP server that enhances code analysis with advanced search and dependency mapping capabilities.
Swagger MCP
Scrapes Swagger UI to dynamically generate MCP tools at runtime using LLMs.
GXtract
GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
Second Opinion
Review commits and codebases using external LLMs like OpenAI, Google Gemini, and Mistral.
PromptEasy.EU
The first EU-sovereign, version-controlled prompt library that natively exposes your teamβs templates as a managed MCP Server for agentic discovery.
Google Tag Manager
Integrates Google Tag Manager to automate GTM configuration and component creation through natural language prompts.