🎬 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.
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
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.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント