after-effects-mcp-enhanced
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run-commandB | Run a predefined AE command. Uses upstream parameter names; createNullObject uses compId. Returns a correlated result or a durable request ID. |
| execute-jsxA | Execute arbitrary ExtendScript in AE. Code is a function body: use return for a JSON-serializable result; access parameters as args. May modify projects and files. ES3 syntax is recommended for AE 2024+. |
| get-requestA | Read one request by ID. Pending/running is not a failure; never automatically resubmit an interrupted mutation. |
| bridge-statusA | Check the connected AE application and runtime version. Requires AE running; no visible panel is necessary. |
| list-installationsA | Discover installed AE 2024+ versions and aerender paths. |
| launch-bridgeA | Launch the background bridge in the selected installed AE version without installing a Startup script or keeping a panel open. Enable scripting file access in AE first. Only launch in one AE instance at a time. |
| import-footageB | Import a local file or image sequence; optionally add it to a composition by stable ID. |
| save-projectA | Save the current AE project to an absolute .aep path. |
| render-compositionB | Render a composition in the running AE application, preserving other queue selections. AE is busy until rendering finishes. Poll get-request after a pending response. |
| render-projectA | Start aerender for a saved .aep project without an open bridge. Logs are saved locally. Poll get-render. The installed AE version must be able to open the project. |
| get-renderB | Get aerender job status. Job IDs are valid for the current server lifetime; logs survive restarts. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |