Create Remotion videos from multi-file React projects with props-first composition design.
Choose your preferred MCP client
Run this command in your terminal:
claude mcp add --transport http "remotion-mcp" https://remotion.mcp.fast/mcp
Click the button below to add this MCP server to Cursor:
Open in CursorOr add manually: Settings → MCP → Add server
Click the button below to add this MCP server to VS Code:
Open in VS CodeOr add manually: Settings → MCP → Add server
Click the button below to add this MCP server to VS Code Insiders:
Open in VS Code InsidersOr add manually: Settings → MCP → Add server
read_meIMPORTANT: Call this FIRST. Returns the guide overview and lists all available rule tools.
rule_react_codeProject code reference: file structure, supported imports, component/props patterns
rule_remotion_animationsRemotion animations: useCurrentFrame, frame-driven animation fundamentals
rule_remotion_timingRemotion timing: interpolate, spring, Easing, spring configs, delay, duration
rule_remotion_sequencingRemotion sequencing: Sequence, delay, nested timing, local frames
rule_remotion_transitionsRemotion transitions: TransitionSeries, fade, slide, wipe, flip, duration calculation
rule_remotion_text_animationsRemotion text: typewriter effect, word highlighting, string slicing
rule_remotion_trimmingRemotion trimming: cut start/end of animations with negative Sequence from
create_videoCreate or update a video. The `files` param is a JSON string (not an object) mapping file paths to source code. Pass it as: files: JSON.stringify({"/src/Video.tsx": "...your code..."}). For edits, only include changed files — previous files are preserved automatically.
ui://widget/remotion-player.htmlremotion-playerRemotion video player