Remotion Vision
БесплатноНе проверенEnables agentic vision loops for Remotion by providing tools to discover projects, list compositions, take screenshots, and render storyboards, returning images
Описание
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_projectlist_remotion_compositionstake_remotion_screenshotrender_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: trueafter 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
serveUrlto skip local bundling.
Установка Remotion Vision
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ochen1/remotion-vision-mcpFAQ
Remotion Vision MCP бесплатный?
Да, Remotion Vision MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Remotion Vision?
Нет, Remotion Vision работает без API-ключей и переменных окружения.
Remotion Vision — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Remotion Vision в Claude Desktop, Claude Code или Cursor?
Открой Remotion Vision на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Remotion Vision with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
