content
Remotion MCP Server
Official Remotion MCP. Your AI editor gets full Remotion docs context, so it writes correct code for programmatic video with React.
Pricing: free — MCP server is free. Remotion itself is free for individuals and companies with ≤3 employees. Larger companies need a license at remotion.pro.
Features
- Vector search over all Remotion docs
- Code generation grounded in real documentation
- Fewer hallucinations — answers come from actual docs
- Works with Claude Code, Cursor, VS Code
- Data-driven marketing videos with React
- Indexed by CrawlChat for fast lookups
Setup Instructions
1. Add to your MCP config (Claude Desktop or Claude Code):
``
json
{
"mcpServers": {
"remotion-documentation": {
"command": "npx",
"args": ["@remotion/mcp@latest"]
}
}
}
``
2. Restart your editor
3. Ask Claude to create Remotion video compositions — it will reference accurate documentationAdded: 2026-02-24