remotion-vision-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@remotion-vision-mcpTake a screenshot of my main composition"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
remotion-vision-mcp
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.
Related MCP server: storytelling-media-mcp
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 installRun
bun run src/index.tsMCP 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to generate images from HTML/CSS, capture URL screenshots, and manage reusable templates through the RendShot API. Provides tools for rendering visual content programmatically within AI workflows.Last updated11
- Alicense-qualityBmaintenanceProvides tools for agent-driven video creation, including image generation via Google's GenAI, video generation, and local video stitching with FFmpeg.Last updatedApache 2.0
- Alicense-qualityBmaintenanceEnables AI coding agents to capture screen and voice recordings, extract timestamped frames, and receive structured Markdown reports with context for bug fixing and UI feedback.Last updated2218MIT
- Alicense-qualityDmaintenanceEnables AI coding agents to visually interact with frontend apps by taking screenshots, clicking elements, reading console logs, and performing visual diffs.Last updated3MIT
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ochen1/remotion-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server