mcp_aftereffects_applyEffect
Apply effects to specific layers in After Effects by specifying composition and layer indices, effect name, and optional settings using a standardized protocol.
Instructions
Apply an effect to a layer in After Effects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
compIndex | Yes | 1-based index of the target composition in the project panel. | |
effectMatchName | No | After Effects internal name for the effect (more reliable, e.g., 'ADBE Gaussian Blur 2'). | |
effectName | No | Display name of the effect to apply (e.g., 'Gaussian Blur'). | |
effectSettings | No | Optional parameters for the effect (e.g., { 'Blurriness': 25 }). | |
layerIndex | Yes | 1-based index of the target layer within the composition. |