Skip to main content
Glama

mcp-after-effects

by Dakkshin

apply-effect-template

Apply predefined effect templates like Gaussian Blur, Glow, or Drop Shadow to specific layers in Adobe After Effects compositions, with optional custom settings to override defaults.

Instructions

Apply a predefined effect template to a layer in After Effects

Input Schema

NameRequiredDescriptionDefault
compIndexYes1-based index of the target composition in the project panel.
customSettingsNoOptional custom settings to override defaults.
layerIndexYes1-based index of the target layer within the composition.
templateNameYesName of the effect template to apply.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "compIndex": { "description": "1-based index of the target composition in the project panel.", "exclusiveMinimum": 0, "type": "integer" }, "customSettings": { "additionalProperties": {}, "description": "Optional custom settings to override defaults.", "type": "object" }, "layerIndex": { "description": "1-based index of the target layer within the composition.", "exclusiveMinimum": 0, "type": "integer" }, "templateName": { "description": "Name of the effect template to apply.", "enum": [ "gaussian-blur", "directional-blur", "color-balance", "brightness-contrast", "curves", "glow", "drop-shadow", "cinematic-look", "text-pop" ], "type": "string" } }, "required": [ "compIndex", "layerIndex", "templateName" ], "type": "object" }

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