AIOProductOS Studio MCP Server

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. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-21 · ★ 3 · #82 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install AIOProductOS Studio

Claude Code

claude mcp add aioproductos-studio-mcp -- npx -y @aioproductoscom/mcp-studio

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-11 - young repo, little track record yet

license MIT - declared in the repository

npm package @aioproductoscom/mcp-studio - the @aioproductoscom scope differs from the repo owner (aioproductos); confirm it's the project's official package

registry vendor namespace com.aioproductos - domain-verified with the official MCP registry

03 · What AIOProductOS Studio can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.0 · 2026-07-11

First release. Install: claude mcp add studio -- npx -y @aioproductoscom/mcp-studio (requires npx playwright install chromium; ffmpeg recommended for MP4/GIF export). 12 tools - see README.

04 · Who maintains AIOProductOS Studio

AIOProductOS Studio is maintained by aioproductos. We track 2 MCP servers from aioproductos - 2 actively maintained, 3 combined GitHub stars, oldest repo from Jul 2026.

05 · Facts

category
media - ranked #82 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-07-11)
registry
com.aioproductos/mcp-studio (active, first published 2026-07-11 · 3 versions)
packages
npm:@aioproductoscom/mcp-studio

06 · AIOProductOS Studio FAQ

What is AIOProductOS Studio?

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. It runs locally over stdio via the published package.

Is AIOProductOS Studio still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-21 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install AIOProductOS Studio?

Run `npx -y @aioproductoscom/mcp-studio`. You can also paste the ready-made client config above.

Does AIOProductOS Studio run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to AIOProductOS Studio