A Model Context Protocol server that gives Claude direct access to Remotion — a framework for creating videos programmatically using JavaScript.
When connected, Claude can generate, render, and manage video compositions directly from a session without switching tools.
- Generate video slideshows from Claude sessions
- Render compositions programmatically
- Build video content directly from your AI workflow
This MCP is part of claude-os — a multi-AI operating system built in public.
Full integration guide: integrations/03_remotion-mcp-setup.md
cd remotion-mcp
npm install
node index.jsAdd to your Claude Desktop config:
{
"mcpServers": {
"remotion": {
"command": "node",
"args": ["/path/to/remotion-mcp/index.js"]
}
}
}auny-ai/remotion-mcp — built in public. Learning as I go. Sharing it all for you. 🕷️