MCP server that turns Claude into a motion designer inside Adobe After Effects: 50 tools, pro easing, text animators, style analysis, recipes, contact sheets, audio/video sync.
View on GitHub →
🔍 Audit Wallet Slippage →
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": {
"aftereffects-mcp-ser": {
"command": "npx",
"args": [
"-y",
"alifaiez77/aftereffects-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aftereffects-mcp-ser npx -y alifaiez77/aftereffects-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aftereffects-mcp-ser": {
"command": "npx",
"args": [
"-y",
"alifaiez77/aftereffects-mcp-server"
]
}
}
}
📋 Copy