.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dakkshin/after-effects-mcp
home/mcp-servers/dakkshin/after-effects-mcp
dakkshin avatar

after-effects-mcp

bydakkshin· 1 MCP server

Installs

1.0k

Stars

512

Forks

98

Category

Generative Media

View on GitHub

TL;DR

✨ A Model Context Protocol (MCP) server for Adobe After Effects that enables AI assistants and other applications to control After Effects through a standardized protocol.

How to install after-effects-mcp?

dakkshin/after-effects-mcp
$git clone https://github.com/dakkshin/after-effects-mcp

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install after-effects-mcp by running `git clone https://github.com/dakkshin/after-effects-mcp`, then use it for the current task and follow its documentation at https://github.com/dakkshin/after-effects-mcp.

Files · 1

View on GitHub
README.md
1# 🎬 After Effects MCP Server
2 
3![Node.js](https://img.shields.io/badge/node-%3E=14.x-brightgreen.svg)
4![Build](https://img.shields.io/badge/build-passing-success)
5![License](https://img.shields.io/github/license/Dakkshin/after-effects-mcp)
6![Platform](https://img.shields.io/badge/platform-after%20effects-blue)
7 
8✨ A Model Context Protocol (MCP) server for Adobe After Effects that enables AI assistants and other applications to control After Effects through a standardized protocol.
9 
10<a href="https://glama.ai/mcp/servers/@Dakkshin/after-effects-mcp">
11 <img width="380" height="200" src="https://glama.ai/mcp/servers/@Dakkshin/after-effects-mcp/badge" alt="mcp-after-effects MCP server" />
12</a>
13 
14## Table of Contents
15- [Features](#features)
16 - [Core Composition Features](#core-composition-features)
17 - [Layer Management](#layer-management)
18 - [Animation Capabilities](#animation-capabilities)
19- [Setup Instructions](#setup-instructions)
20 - [Prerequisites](#prerequisites)
21 - [Installation](#installation)
22 - [Update MCP Config](#Update-MCP-Config)
23 - [Running the Server](#running-the-server)
24- [Usage Guide](#usage-guide)
25 - [Creating Compositions](#creating-compositions)
26 - [Working with Layers](#working-with-layers)
27 - [Animation](#animation)
28- [Available MCP Tools](#available-mcp-tools)
29- [For Developers](#for-developers)
30 - [Project Structure](#project-structure)
31 - [Building the Project](#building-the-project)
32 - [Contributing](#contributing)
33- [License](#license)
34 
35## 📦 Features
36 
37### 🎥 Core Composition Features
38- **Create compositions** with custom settings (size, frame rate, duration, background color)
39- **List all compositions** in a project
40- **Get project information** such as frame rate, dimensions, and duration
41 
42### 🧱 Layer Management
43- **Create text layers** with customizable properties (font, size, color, position)
44- **Create shape layers** (rectangle, ellipse, polygon, star) with colors and strokes
45- **Create solid/adjustment layers** for backgrounds and effects
46- **Create camera layers** with configurable zoom and position
47- **Create null objects** for animation control
48- **Modify layer properties** like position, scale, rotation, opacity, timing
49- **Toggle 2D/3D mode** for layers
50- **Set blend modes** (normal, multiply, screen, etc.)
51- **Track matte** support (alpha, luma, inverted)
52- **Duplicate layers** with optional rename
53- **Delete layers** from composition
54- **Create/modify masks** with feather, expansion, and opacity
55 
56### 🌀 Animation Capabilities
57- **Set keyframes** for layer properties (Position, Scale, Rotation, Opacity, etc.)
58- **Apply expressions** to layer properties for dynamic animations
59- **Batch set properties** across multiple layers at once
60 
61## ⚙️ Setup Instructions
62 
63### 🛠 Prerequisites
64- Adobe After Effects (2022 or later)
65- Node.js (v14 or later)
66- npm or yarn package manager
67 
68### 📥 Installation
69 
701. **Clone the repository**
71 ```bash
72 git clone https://github.com/Dakkshin/after-effects-mcp.git
73 cd after-effects-mcp
74 ```
75 
762. **Install dependencies**
77 ```bash
78 npm install
79 # or
80 yarn install
81 ```
82 
833. **Build the project**
84 ```bash
85 npm run build
86 # or
87 yarn build
88 ```
89 
904. **Install the After Effects panel**
91 ```bash
92 npm run install-bridge
93 # or
94 yarn install-bridge
95 ```
96 This will copy the necessary scripts to your After Effects installation.
97 
98### 🔧 Update MCP Config
99 
100#### Option 1: Using .mcp.json (Recommended for Claude Code)
101The repository includes a `.mcp.json` file for easy configuration. Copy or reference it in your MCP settings:
102 
103```json
104{
105 "mcpServers": {
106 "AfterEffectsMCP": {
107 "command": "node",
108 "args": ["PATH/TO/after-effects-mcp/build/index.js"]
109 }
110 }
111}
112```
113 
114#### Option 2: Manual Configuration
115Go to your client (e.g., Claude or Cursor) and update your config file:
116 
117```json
118{
119 "mcpServers": {
120 "AfterEffectsMCP": {
121 "command": "node",
122 "args": ["C:\\Users\\Dakkshin\\after-effects-mcp\\build\\index.js"]

Preview

dakkshin/after-effects-mcpdakkshin/after-effects-mcp

# 🎬 After Effects MCP Server

![Node.js](https://img.shields.io/badge/node-%3E=14.x-brightgreen.svg)

![Build](https://img.shields.io/badge/build-passing-success)

![License](https://img.shields.io/github/license/Dakkshin/after-effects-mcp)

Repodakkshin/after-effects-mcp
TypeMCP Servers
CategoryGenerative Media
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPafter-effectsai

Related

6 picks
Type
  1. artokun avatarcomfyui-mcpMCP server + Claude Code plugin for ComfyUI: run workflows, generate images, manage models & VRAM.MCP ServersJul 2026110k455
  2. elevenlabs avatarelevenlabs-mcpMCP server that enables interaction with Text to Speech, Voice Agents and audio processing APIsMCP ServersJul 202653k1.5k
  3. monet-ai-editor avatarmonetElectron video editor with terminal-first controls, transcription, embeddings, and exportMCP ServersJul 202646k99
  4. zhongweili avatarnanobanana-mcp-serverAI image generation with Gemini 3 Pro (4K) and 2.5 Flash. Smart model selection.MCP ServersMay 202612k385
  5. minimax-ai avatarminimax-mcpMinimax MCP ServerMCP ServersMay 20269.6k1.5k
  6. kyanitelabs avatarkinocutGuardrailed video editing for AI agents: FFmpeg, captions, effects, Hyperframes, and receipts.MCP ServersJul 20269.6k95