Skip to content
This repository was archived by the owner on Jul 23, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remotion-mcp 🕷️

An MCP server that connects Claude to Remotion

for programmatic video generation


What This Is

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.


What It Enables

  • Generate video slideshows from Claude sessions
  • Render compositions programmatically
  • Build video content directly from your AI workflow

Part Of The auny-ai Stack

This MCP is part of claude-os — a multi-AI operating system built in public.

Full integration guide: integrations/03_remotion-mcp-setup.md


Setup

cd remotion-mcp
npm install
node index.js

Add 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. 🕷️

About

An MCP server connecting Claude to Remotion for programmatic video generation.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages