🎬 After Effects MCP Server
@Dakkshin
关于 🎬 After Effects MCP Server
MCP Server for Adobe After Effects. Enables remote control (compositions, text, shapes, solids, properties) via the Model Context Protocol using ExtendScript.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"AfterEffectsMCP": {
"command": "node",
"args": [
"PATH/TO/after-effects-mcp/build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🎬 After Effects MCP Server?
A Model Context Protocol (MCP) server that enables AI assistants and other applications to control Adobe After Effects through a standardized protocol. It is designed for developers and users who want to automate After Effects tasks via tool‑calling interfaces.
How to use 🎬 After Effects MCP Server?
Install prerequisites (After Effects 2022+, Node.js 14+), clone the repository, install dependencies, build the project, and run the install‑bridge script to copy the panel to After Effects. Then update your MCP client config (e.g., Claude or Cursor) with the command node and the path to build/index.js, start the server, open the mcp-bridge-auto.jsx panel in After Effects (Window menu), and enable auto‑run.
Key features of 🎬 After Effects MCP Server
- Create compositions with custom size, frame rate, duration, and background color
- Manage layers: text, shape, solid, camera, null objects
- Set keyframes, expressions, and batch‑edit layer properties
- Modify layer masks, blend modes, 2D/3D mode, and track mattes
- List all compositions and retrieve project information
- Run JavaScript scripts directly inside After Effects
Use cases of 🎬 After Effects MCP Server
- Automating composition and layer creation for video production pipelines
- Adding dynamic animations with keyframes or expressions via AI prompts
- Batch‑adjusting layer properties across multiple compositions
- Integrating After Effects into multi‑tool workflows (e.g., with Claude Code or Cursor)
- Rapid prototyping of motion graphics without manual UI interaction
FAQ from 🎬 After Effects MCP Server
What can this MCP server do?
It lets AI assistants create, modify, and animate compositions and layers in Adobe After Effects using predefined MCP tools, without direct user interaction.
What are the system requirements?
Adobe After Effects (2022 or later) and Node.js v14 or later. npm or yarn is needed for installation.
How do I connect an AI assistant to After Effects?
Configure your MCP client (e.g., Claude or Cursor) with the server command node and the path to build/index.js. Then start the server and open the mcp-bridge-auto.jsx panel in After Effects to enable command execution.
Does the server support animation?
Yes. You can add keyframes to layer properties (position, scale, rotation, opacity, etc.) and apply JavaScript expressions for dynamic, procedural animations.
What is the MCP Bridge panel?
A panel script (mcp-bridge-auto.jsx) installed into After Effects that continuously checks for incoming commands from the MCP server and auto‑runs them when the “Auto‑run commands” checkbox is enabled.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论