Skip to main content
Glama

mcp-after-effects

by Dakkshin

run-script

Execute predefined read-only scripts in Adobe After Effects through the MCP server, allowing controlled automation with optional parameters for tailored workflows.

Instructions

Run a read-only script in After Effects

Input Schema

NameRequiredDescriptionDefault
parametersNoOptional parameters for the script
scriptYesName of the predefined script to run

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parameters": { "additionalProperties": {}, "description": "Optional parameters for the script", "type": "object" }, "script": { "description": "Name of the predefined script to run", "type": "string" } }, "required": [ "script" ], "type": "object" }

Other Tools from mcp-after-effects

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dakkshin/after-effects-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server