Back to Browse

Studio MCP Server

Developer ToolsModerate5.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Turn your AI host into a product videographer: scripted app demos, voice-over, captions, MP4/GIF.

About

Turn your AI host into a product videographer: scripted app demos, voice-over, captions, MP4/GIF.

Security Report

5.8
Moderate5.8Moderate Risk

Studio is a well-architected MCP server for local browser automation and screen recording. It has no hardcoded secrets, no data exfiltration, and properly scopes permissions to its purpose (local Playwright browser control, file I/O, and ffmpeg post-processing). Minor code quality findings around error handling and input validation do not significantly impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

5 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-aioproductos-mcp-studio": {
      "args": [
        "-y",
        "@aioproductoscom/mcp-studio"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

AIOProductOS Studio · MCP

Your AI teammate becomes your product videographer. Studio is an MCP server that records scripted walkthroughs of your own web app — a visible cursor that glides to every click, camera punch-ins, highlight callouts, storyline captions, designed scene transitions — and takes marketing-grade screenshots. Tell your AI host what story to shoot; get back a share-ready MP4.

The videos PMs hate making — demo clips, explainers, changelog GIFs, launch screenshots — become one prompt.

Free · MIT · runs 100% locally (your browser, your URLs, your logged-in session — nothing is uploaded anywhere). By AIOProductOS, built from the same pipeline we use for our own launch videos.

Install

# Claude Code
claude mcp add studio -- npx -y @aioproductoscom/mcp-studio

# Cursor / Codex — .mcp.json
{ "mcpServers": { "studio": { "command": "npx", "args": ["-y", "@aioproductoscom/mcp-studio"] } } }

Requirements: Node 18+, Playwright Chromium (npx playwright install chromium, one-time), and ffmpeg on PATH for MP4/GIF export (brew install ffmpeg — without it you still get the raw WebM).

Use

Then just direct the film:

"Record a 30-second walkthrough of https://app.example.com — theme it to our brand (#0d1117 bg, #f97316 accent), open on the dashboard with the title 'Meet Example', caption the three key features, zoom in on the analytics chart, and end with 'Start free · example.com'. Also grab a hero screenshot."

Your host runs the shoot tool by tool; files land in ./studio-output/.

The tools

ToolWhat it does
studio_startopen a themed recording browser (viewport, brand colors, logged-in state)
studio_gotonavigate behind a designed title card — no loading flashes on tape
studio_click / studio_typecursor glides to the target; typing is human-paced
studio_scrollcubic-eased scroll, never a jump cut
studio_captionbottom-left storyline caption (the "voiceover" in text)
studio_narratespoken voice-over with NO on-screen caption; holds the shot under the line
studio_highlightaccent ring + label callout around any element or visible text
studio_zoomsmooth camera punch-in on a metric, button, or result
studio_holdhold the shot (micro-drift keeps frames flowing)
studio_end_cardclosing glass card: title, subtitle, CTA URL
studio_screenshothigh-DPI PNG of the frame, an element, or the full page
studio_finishstop, auto-remove dark frames, export MP4 (+ optional GIF)
studio_cancelabandon the take

Recording logged-in areas

Studio never sees your credentials. Save a Playwright storageState once (npx playwright codegen --save-storage=auth.json https://app.example.com), then pass storage_state_path: "auth.json" to studio_start.

Keeping junk off the tape

  • Cookie banner? Pass your consent cookie via cookies so it never mounts.
  • Chat bubble / dev overlay? List selectors in hide_selectors — hidden from frame 1.
  • Wrong flash color on page loads? Set theme.bg to your app's real background.

Why it looks good (the hard-won part)

No white flash on page commits (the theme background paints before any page CSS), no black frames (navigations hide behind designed title cards, and residual dark frames are detected and cut deterministically with ffmpeg), no stutter (every camera move is compositor-friendly easing), and action that reads on camera (a visible cursor glides to every target before it acts).

Links

MIT © AIOProductOS Inc.

Reviews

No reviews yet

Be the first to review this server!

Studio MCP Server - Turn your AI host into a product videographer: scripted app | MCP Marketplace