aftereffects-mcp-server

alifaiez77/aftereffects-mcp-server
★ 1 stars TypeScript AI/LLM Updated 2d ago
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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aftereffects-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "alifaiez77/aftereffects-mcp-server"
      ]
    }
  }
}