mcp.film

mcp.film / Editing & Post / Remotion MCP

Remotion MCP

Officialby Remotionfreeverified Jun 11, 2026

Official Remotion docs MCP — grounds agents in the programmatic-video framework.

Rate it: no ratings yet

What it does

Remotion's official MCP server indexes the entire Remotion documentation into a vector store so coding agents can correctly build React-based videos, animated graphics, and captions. It is a knowledge server, not a renderer — pair it with the Remotion CLI for actual rendering.

Connect

Claude Code
claude mcp add remotion -- npx @remotion/mcp@latest
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "remotion": {
      "command": "npx",
      "args": [
        "@remotion/mcp@latest"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "remotion": {
      "command": "npx",
      "args": [
        "@remotion/mcp@latest"
      ]
    }
  }
}
Auth: none

Field notes

Official; npm @remotion/mcp versioned with Remotion core (v4.0.470, Jun 2026). Currently in test phase, open without authentication. Remotion itself requires a paid company license for teams >3 people. For a Remotion-powered video-making MCP, see gyoridavid/short-video-maker (1.2k stars).

Pairs well with