Skip to main content
Glama

mcp-after-effects

by Dakkshin

apply-effect

Apply effects to specific layers in After Effects compositions by specifying layer index, effect name or match name, and optional settings. Works with the mcp-after-effects server for streamlined automation.

Instructions

Apply an effect to a layer in After Effects

Input Schema

NameRequiredDescriptionDefault
compIndexYes1-based index of the target composition in the project panel.
effectCategoryNoOptional category for filtering effects.
effectMatchNameNoAfter Effects internal name for the effect (more reliable, e.g., 'ADBE Gaussian Blur 2').
effectNameNoDisplay name of the effect to apply (e.g., 'Gaussian Blur').
effectSettingsNoOptional parameters for the effect (e.g., { 'Blurriness': 25 }).
layerIndexYes1-based index of the target layer within the composition.
presetPathNoOptional path to an effect preset file (.ffx).

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" }, "effectCategory": { "description": "Optional category for filtering effects.", "type": "string" }, "effectMatchName": { "description": "After Effects internal name for the effect (more reliable, e.g., 'ADBE Gaussian Blur 2').", "type": "string" }, "effectName": { "description": "Display name of the effect to apply (e.g., 'Gaussian Blur').", "type": "string" }, "effectSettings": { "additionalProperties": {}, "description": "Optional parameters for the effect (e.g., { 'Blurriness': 25 }).", "type": "object" }, "layerIndex": { "description": "1-based index of the target layer within the composition.", "exclusiveMinimum": 0, "type": "integer" }, "presetPath": { "description": "Optional path to an effect preset file (.ffx).", "type": "string" } }, "required": [ "compIndex", "layerIndex" ], "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