Generate template-based lower thirds from a CSV
When to use: You have a CSV of names/titles and don't want to type each into a comp.
Prerequisites
- After Effects 2022+ with the bridge panel installed — npm run install-bridge, then open mcp-bridge-auto.jsx and tick 'Auto-run commands'
- MCP added via .mcp.json — Point to build/index.js and restart your client
Flow
-
Create the base compCreate a composition 'LT_01' 1920x1080 29.97 5s black background.✓ Copied→ Comp appears in AE
-
Add name + title text layersAdd text layer 'Dr. Jane Doe' bottom-left at (120, 900) 72pt. Add text layer 'Lead Scientist' below at (120, 960) 36pt.✓ Copied→ Layers visible
-
Add in/out animation with keyframesSet position keyframes: both text layers slide in from x=-400 between frames 0-15 and slide out from frames 120-135.✓ Copied→ Animated lower third
Outcome: A working lower third template you can duplicate/edit per row in the CSV.
Pitfalls
- Bridge panel isn't checked 'Auto-run' — commands queue forever — Open the panel and verify the checkbox every time AE relaunches
- Too many commands at once causes AE UI freeze — Batch via batchSetLayerProperties rather than 100 individual calls