Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Remotion Vision

FreeNot checked

Enables agentic vision loops for Remotion by providing tools to discover projects, list compositions, take screenshots, and render storyboards, returning images

GitHubEmbed

About

Enables agentic vision loops for Remotion by providing tools to discover projects, list compositions, take screenshots, and render storyboards, returning images for model evaluation.

README

A Bun-first MCP server for Remotion screenshot workflows and agentic vision loops.

What already exists in Remotion

Remotion already ships @remotion/mcp, but the implementation in upstream-remotion/packages/mcp/src/index.ts is a documentation search tool backed by a hosted endpoint. It helps an editor understand Remotion docs, but it does not render frames, return images, or support a screenshot validation loop.

This project fills that gap.

Features

  • Auto-detect a local Remotion entry point by scanning for registerRoot()
  • Reuse in-memory bundles between tool calls for faster iteration
  • Reuse a shared Remotion browser instance for repeated screenshots
  • Return screenshots as MCP image content for vision models
  • Sample multiple frames from a composition for storyboard-style validation
  • Save renders to disk when you want persistent artifacts

Tools

  • discover_remotion_project
  • list_remotion_compositions
  • take_remotion_screenshot
  • render_remotion_storyboard

Install

bun install

Run

bun run src/index.ts

MCP config

{
  "mcpServers": {
    "remotion-vision": {
      "command": "bun",
      "args": ["run", "/absolute/path/to/remotion-mcp/src/index.ts"]
    }
  }
}

Notes

  • Use forceBundle: true after editing a Remotion project if you want the MCP to rebuild immediately.
  • If a project needs a custom Webpack override, pass webpackOverridePath.
  • If you already have a hosted Remotion bundle, pass serveUrl to skip local bundling.

from github.com/ochen1/remotion-vision-mcp

Installing Remotion Vision

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ochen1/remotion-vision-mcp

FAQ

Is Remotion Vision MCP free?

Yes, Remotion Vision MCP is free — one-click install via Unyly at no cost.

Does Remotion Vision need an API key?

No, Remotion Vision runs without API keys or environment variables.

Is Remotion Vision hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Remotion Vision in Claude Desktop, Claude Code or Cursor?

Open Remotion Vision on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Remotion Vision with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs