after-effects
Related Servers
Alternatives to after-effects
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients like Claude Code, Claude Desktop, and VS Code to build and edit inside a running Adobe After Effects, covering comps, layers, keyframes, effects, text animators, markers, and renders. It supports batched tool calls with single-step undo, frame previews for self-verification, reusable style tokens, and four one-call studio rigs.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control Adobe After Effects to create videos programmatically, with commands for comps, layers, effects, and rendering.10 npm21MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to operate Adobe After Effects with the dexterity of an editor: reading projects, creating and rigging layers, setting real velocity curves, animating text, building native SVG-based shapes, applying effects, expressions, masks, and viewing render snapshots to verify results.1713 npm1MIT
- AlicenseNot gradedqualityAmaintenanceDrives After Effects, Photoshop, Illustrator, Premiere Pro (and Character Animator puppet authoring) from Claude.117 npm1MIT
- AlicenseNot gradedqualityBmaintenanceLets AI live-connect to Adobe After Effects to read project and comp structure, render and inspect frames, edit keyframes, expressions, and effects, and build or render projects end to end, all with undo support and safety guards.3MIT
- AlicenseCqualityCmaintenanceEnables AI assistants and applications to control Adobe After Effects through the Model Context Protocol, including creating compositions, managing layers, and animating properties via keyframes and expressions.1385 npmMIT
TDQS
Scored across 31 tools
Most tools target a distinct resource and action, and the descriptions clarify boundaries well. The only mild overlaps are between ae_set_property and ae_set_layer for static layer values, and between ae_project_info, ae_list_comps, and ae_comp_info, but each has a clear enough role.
The ae_ prefix and mostly verb_noun pattern (ae_list_comps, ae_create_comp, ae_set_keyframes) make the set predictable. A few bare verbs like ae_import, ae_undo, and ae_select, plus noun-style names like ae_project_info and ae_status, are minor deviations.
At 31 tools, the server exceeds the 25+ threshold that signals an overly heavy surface. While After Effects is a broad domain, many property, effect, and layer operations could plausibly be consolidated into fewer, higher-level tools.
The tool set covers the full project lifecycle, comp and layer manipulation, keyframes, expressions, effects, text, rendering, and even a scripting escape hatch for unsupported operations. There are no obvious dead ends for realistic After Effects automation workflows.