ae-mcp

Solid

After Effects automation through Model Context Protocol. Use when users request creating, modifying, or animating content in Adobe After Effects, including compositions, layers, keyframes, effects, expressions, text animations, lower thirds, title cards, logo reveals, or any motion graphics tasks. Trigger on phrases like "create in After Effects", "animate this", "make a motion graphic", "add keyframes", "apply effects", or when users mention AE-specific concepts like compositions, precomps, expressions, or time remapping.

AI & Automation 14 stars 1 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 70/100

Stars 20%
39
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# After Effects MCP Skill ## Overview This skill enables automation of Adobe After Effects through MCP tools. It covers project management, composition creation, layer manipulation, animation, effects, and expressions. ## Critical Property Path Formats After Effects properties require exact naming. Common patterns: **Transform properties:** - Position: `"Position"` - Scale: `"Scale"` - Rotation: `"Rotation"` or `"Z Rotation"` - Opacity: `"Opacity"` - Anchor Point: `"Anchor Point"` **Text properties:** - Source Text: `"Source Text"` - For text animators: Use relative paths like `"Opacity"` within animator context **Shape layer properties:** - Position within shape group: `"Contents.Shape 1.Transform.Position"` - Scale within shape group: `"Contents.Shape 1.Transform.Scale"` **Effect properties:** - Effect parameter: `"Effects.Gaussian Blur.Blurriness"` ## Value Formats by Property Type Different properties require specific value formats: **Position**: `{"x": 960, "y": 540}` or `[960, 540]` **Scale**: `[100, 100]` (percentages) **Rotation**: `45` (degrees) **Opacity**: `100` (percentage, 0-100) **Color (RGB 0-1 range)**: `{"r": 1.0, "g": 0.5, "b": 0.0}` **Source Text**: String value ## Common Workflows ### 1. Creating a Basic Animated Scene ``` 1. Create project (optional name) 2. Create composition with specs (width, height, duration, frameRate) 3. Add layers (solid, shape, text, AV) 4. Set initial properties (position, scale, opacity) 5. Add keyframes at differe...

Details

Author
ishu86
Repository
ishu86/after-effects-mcp
Created
3 months ago
Last Updated
3 months ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

mcp-apps-builder

**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

9,994 Updated today
mcp-use
AI & Automation Solid

flow

CSS/JS animation implementation for hover effects, loading states, modal transitions, and gesture interactions. Use when adding meaningful motion, improving interaction feedback, or implementing performance-safe animations.

41 Updated today
simota
AI & Automation Featured

aws-agentic-ai

AWS Bedrock AgentCore comprehensive expert for deploying and managing all AgentCore services. Use when working with Gateway, Runtime, Memory, Identity, or any AgentCore component. Covers MCP target deployment, credential management, schema optimization, runtime configuration, memory management, and identity services.

290 Updated 1 months ago
zxkane
AI & Automation Solid

code-mode

Add a "code mode" tool to an existing MCP server so LLMs can write small processing scripts that run against large API responses in a sandboxed runtime — only the script's compact output enters the LLM context window. Use this skill whenever someone wants to add code mode, context reduction, script execution, sandbox execution, or LLM-generated-code processing to an MCP server. Also trigger when users mention reducing token usage, shrinking API responses, running user-provided code safely, or adding a code execution tool to their MCP server — in any language (TypeScript, Python, Go, Rust, etc.).

19 Updated 2 months ago
chenhunghan