mcp_aftereffects_applyEffect
Applies a specified effect to a layer in an After Effects composition, supporting effect name or matchName with optional parameters.
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. | |
| layerIndex | Yes | 1-based index of the target layer within the composition. | |
| effect | No | Generic effect identifier. Can be either exact display name or matchName. | |
| effectIdentifier | No | Alias for effect. Can be either exact display name or matchName. | |
| effectName | No | Display name of the effect to apply (e.g., 'Gaussian Blur'). | |
| effectMatchName | No | After Effects internal name for the effect (more reliable, e.g., 'ADBE Gaussian Blur 2'). | |
| effectSettings | No | Optional parameters for the effect (e.g., { 'Blurriness': 25 }). |