★ 239 stars
JavaScript
💻 Code/Dev Tools
Updated 1mo ago
MCP Server for Adobe After Effects. Enables remote control (compositions, text, shapes, solids, properties) via the Model Context Protocol using ExtendScript.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"after-effects-mcp": {
"command": "npx",
"args": [
"-y",
"Dakkshin/after-effects-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add after-effects-mcp npx -y Dakkshin/after-effects-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"after-effects-mcp": {
"command": "npx",
"args": [
"-y",
"Dakkshin/after-effects-mcp"
]
}
}
}
📋 Copy
Topics
after-effects ai automation javascript mcp model-context-protocol motion-graphics nodejs remote-control typescript video-editing