openvidstudio
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., "@openvidstudioCreate a cinematic demo video for my project from its live app and repo."
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.
openvidstudio is an open-source video-generation add-on, built on Remotion and
Playwright, that an AI coding agent drives through MCP tools to produce
launch and demo videos for a project directly from its repo and running app,
with an optional Higgsfield AI b-roll tier for shots that can't be captured
from a live screen. packages/ and templates/ each get their own README as
they're built out. The public site lives in a separate repo:
vidstudio-site.

A frame from a real render, not a mockup. Every screen in it was captured from a running app by this pipeline's own capture tools.
Quick Start
{
"mcpServers": {
"openvidstudio": {
"command": "npx",
"args": ["-y", "@openvidstudio/mcp-server"]
}
}
}Drop that into your MCP client's config, which for Claude Code is .mcp.json, and
restart the client. Fourteen tools should appear.
Then start the app you want to film and ask your agent for a video in plain English,
for example "build a 60 second demo video of the app running on localhost:3000". It
checks the machine with preflight, runs a guided intake, drafts a beats.json, and
shows you the whole draft before writing anything to disk.
Working from a clone instead:
git clone https://github.com/AnayDhawan/openvidstudio.git
cd openvidstudio && pnpm install
pnpm --filter @openvidstudio/mcp-server build
# then point the config at packages/mcp-server/dist/stdio.js with "command": "node"Related MCP server: autodemo
Prerequisites
Node is assumed. Beyond that: pnpm, ffmpeg for sound effects and QC frame extraction, and the Chromium build Playwright drives during capture.
# Windows
winget install --id Gyan.FFmpeg -e
npm install -g pnpm
npx playwright install chromium
# macOS
brew install ffmpeg && npm install -g pnpm && npx playwright install chromium
# Debian or Ubuntu
sudo apt update && sudo apt install -y ffmpeg
npm install -g pnpm && npx playwright install chromiumDocs
Read packages/docs/PLANNING.md first for the guided intake flow, then
packages/docs/OVERVIEW.md for the full pipeline shape. PIPELINE.md,
STYLE.md, CAPTURE.md and SCRIPT.md cover the individual steps and the rules
that are enforced rather than suggested.
What the tools do
Tool | |
| Checks node, ffmpeg, Playwright, Chromium, and whether your app is responding. Every failure names its fix |
| A beat skeleton with a narration word budget per beat |
| Schema and pacing, before anything is written |
| Commits the approved beats |
| Zoom compensated capture of the real running app |
| Full viewport recording |
| A scene that renders, from one of ten templates, using that beat's own copy |
| Catches what renders successfully and is wrong, chiefly content cropped outside the camera |
| One clip per beat, paced to fit without sounding stretched |
| Sequences scenes and audio |
| Every beat in one image, in a fraction of a render |
| Draft or full quality |
| Frames back out for review |
| Optional AI b roll, gated on config |
Status
The pipeline runs end to end and scaffold_scene emits scenes that render, so an
agent can go from a brief to a narrated mp4 without hand writing Remotion. The
templates are structurally correct but plain: a first render looks right rather than
good, and making it look good is still your job.
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 Connectors
Plan, compare, price, generate, and recover AI video from compatible MCP clients.
Transcode and host video from one prompt; get a playable link back. Agent-native, over MCP.
Turn a product URL into a narrated cinematic demo video, launch video, or deck.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceA cinema-grade video production MCP server that enables automated website recording, editing, and AI-powered narration using ffmpeg and Playwright. It provides tools for color grading, captioning, and converting videos into social media formats through natural language commands.825MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that turns any running web app into demo videos, interactive walkthroughs, and marketing captures via one command. Enables AI agents to show their work with regenerated demos on every PR.173MIT
- FlicenseNot gradedqualityAmaintenanceAI-native video composition and VFX engine that exposes its capabilities as MCP tools, enabling AI agents to act as directors and create videos programmatically.
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to produce professional promo videos by providing tools for capture, media search, scene writing, rendering, editing, and incremental revision.165MIT
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/AnayDhawan/openvidstudio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server