# AIOProductOS Studio (npm · @aioproductoscom/mcp-studio)

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

- Trust score: 68/100 (medium)
- Change this week: +25
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@aioproductoscom/mcp-studio`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-aioproductos-mcp-studio/aioproductoscom-mcp-studio.md), [page](https://verifymcp.io/servers/com-aioproductos-mcp-studio/aioproductoscom-mcp-studio)

## Channel facts

- Registry: `npm`
- Package: `@aioproductoscom/mcp-studio`
- Version: `0.2.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (98 of 102), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 16 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2941 tokens (~210/item across 14 items; 14 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-aioproductos-mcp-studio -- npx -y @aioproductoscom/mcp-studio
```

### Codex

```bash
codex mcp add com-aioproductos-mcp-studio -- npx -y @aioproductoscom/mcp-studio
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-aioproductos-mcp-studio": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@aioproductoscom/mcp-studio"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-aioproductos-mcp-studio --command npx --arg -y --arg @aioproductoscom/mcp-studio
```

### Hermes

```yaml
mcp_servers:
  com-aioproductos-mcp-studio:
    command: "npx"
    args: ["-y", "@aioproductoscom/mcp-studio"]
```

### Other

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

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 67, +11)

- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Maintenance: pass → unverified
- [functional regression] License: pass → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-08-01 (score 56, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 41, +26)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 15, −62)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-29 (score 77, +34)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional] Licence: MIT

### 2026-07-27 (score 43)

First indexed and scored.

## MCP tools (14)

### `studio_start` (~279 tokens)

Start a recording session: launches a themed headless browser and begins capturing video. Returns the session config and the output directory. One session at a time — studio_finish or studio_cancel ends it. Set theme to the PRODUCT'S brand (bg = its app background — wrong bg causes visible flashes on page loads); use storage_state_path (a Playwright storageState JSON) to record logged-in areas without sharing credentials; list chat widgets / dev overlays / consent banners in hide_selectors so they never appear on tape.

Input parameters:

- `color_scheme` (string): prefers-color-scheme for the page (default dark).
- `cookies` (array): Cookies to pre-set, e.g. your consent cookie so banners never mount (optional).
- `height` (number): Viewport height in px (optional; default 720).
- `hide_selectors` (array): CSS selectors to hide from frame 1 (chat bubbles, cookie banners, dev overlays).
- `show_cursor` (boolean): Visible on-screen cursor that glides to targets (default true).
- `storage_state_path` (string): Path to a Playwright storageState JSON for logged-in recording (optional).
- `theme` (object): Visual theme for overlays/transitions — use the recorded product's brand.
- `width` (number): Viewport width in px (optional; default 1280).

### `studio_goto` (~247 tokens)

Navigate to a URL behind a designed transition card (eyebrow + big title on the theme background) — the viewer never sees a loading flash or half-hydrated page. Use for the opening shot AND every surface change; give each a short title so the cut reads as a chapter. Waits for real content (network settle + optional wait_for selector + skeleton loaders cleared) before lifting the card.

Input parameters:

- `dwell_ms` (integer): Minimum time the card stays up so the title reads, in milliseconds. Optional; default 1200.
- `eyebrow` (string): Small uppercase kicker on the transition card, e.g. 'DASHBOARD'. Optional.
- `title` (string): Big title on the transition card — usually the surface name. Optional but recommended so each cut reads as a chapter.
- `url` (string, required): Absolute URL to navigate to, including scheme. Example: 'https://app.example.com/dashboard'.
- `wait_for` (string): CSS selector that must be visible before the card lifts (on top of network-settle + skeleton clearing). Optional; use it when the real content is gated behind a spinner. Example: '[data-loaded=true]'.

### `studio_click` (~215 tokens)

Glide the visible cursor to a target and click it, slow enough to read as a deliberate action on camera. Use for every button / link / menu interaction in the walkthrough. Precondition: the target must be on screen — studio_goto or studio_scroll to it first if it isn't. Prefer a stable CSS selector; fall back to visible text. After clicking it waits for the page to settle and re-applies the theme overlays, so the next beat is on a hydrated page. Returns 'clicked <target>', or errors 'target not visible' — then take a studio_screenshot and pick a better target.

Input parameters:

- `settle_ms` (integer): Pause after the cursor arrives, before the click fires, in milliseconds. Optional; default 360. Raise (e.g. 600) for a more deliberate beat.
- `target` (string, required): CSS selector (preferred, e.g. '[data-testid=save]' or 'nav a.pricing') or the exact visible text of the element. Must resolve to one visible element.

### `studio_type` (~159 tokens)

Glide to an input and type text at a human pace (keystroke by keystroke — it reads as real usage, not a paste). Use realistic demo content; whatever you type is on tape.

Input parameters:

- `delay_ms` (integer): Per-keystroke delay in milliseconds. Optional; default 45. Lower = faster typing (e.g. 25); higher = more deliberate.
- `input_text` (string, required): The literal text to type; it appears on tape keystroke by keystroke, so use realistic demo content (never real secrets).
- `selector` (string, required): CSS selector of the input, textarea, or contenteditable to type into, e.g. 'input[name=email]'. Must be focusable and visible.

### `studio_scroll` (~210 tokens)

Cubic-eased scroll to an absolute Y offset or until a target element is in view — never a jump cut. Use between story beats to bring the next area on camera. Side effect: changes only the page scroll position (no click, no navigation). Pass exactly ONE of to_y or to_target. Returns 'scrolled' on completion. To reveal an off-screen element before studio_click or studio_highlight, scroll to it first.

Input parameters:

- `duration_ms` (integer): Scroll animation length in milliseconds. Optional; default 1300. Larger = calmer, slower glide (e.g. 2000); smaller = snappier.
- `to_target` (string): CSS selector to bring into view (scrolled toward center). Use this OR to_y. Example: '#pricing' or 'section.features'.
- `to_y` (number): Absolute vertical offset from the top of the page, in pixels (≥0). Use this OR to_target, not both. Example: 1200.

### `studio_caption` (~209 tokens)

Show (or replace) the bottom-left storyline caption — an eyebrow kicker plus one sentence that narrates the current beat. Keep it under ~12 words and leave it up 2–4s (studio_hold) so it reads. Pass clear=true to fade it out before a scene change. The caption_text is ALSO recorded as the voice-over script: if you call studio_finish with voiceover:true it's spoken aloud (locally) timed to this moment — write captions as speakable sentences. Set no_voice:true for a caption you want on screen but NOT narrated.

Input parameters:

- `caption_text` (string): One narrating sentence (keep it short — it's on screen and, with voiceover:true, spoken).
- `clear` (boolean): Fade the caption out instead of showing one.
- `eyebrow` (string): Small uppercase kicker, e.g. 'STEP 1' or the feature name.
- `no_voice` (boolean): Show the caption but exclude it from the voice-over track (optional).

### `studio_narrate` (~117 tokens)

Record a line of voice-over WITHOUT putting a caption on screen — narration spoken over the action. The line is synthesized locally at studio_finish (needs voiceover:true). Holds the shot afterward so there's footage under the line; set hold_ms to roughly the length of the sentence when spoken (~400ms/word).

Input parameters:

- `hold_ms` (number): Hold the shot after recording the line so footage covers it (optional; default 2600).
- `line` (string, required): The sentence to narrate (spoken, not shown on screen).

### `studio_highlight` (~253 tokens)

Draw an accent ring around a target (CSS selector or visible text), optionally with a label card beside it — the 'look here' callout. Side effects: scrolls the target into view, then overlays a ring (and card) in the theme accent; rings stack until cleared. Returns 'highlighted <target>' when the element is found, or errors 'target not found: <target>' when it isn't — retry with a studio_screenshot to pick a better target. Always call with clear=true before you navigate, zoom, or ring a different element, so stale rings don't linger on the next shot.

Input parameters:

- `clear` (boolean): true removes ALL current rings/labels and ignores the other fields. Default false (draw a new one).
- `eyebrow` (string): Small uppercase kicker on the label card, e.g. 'RESULT'. Optional; ignored when clear=true.
- `label` (string): Text of the label card shown beside the ring. Optional — omit for a ring with no card. Ignored when clear=true.
- `target` (string): CSS selector or exact visible text of the element to ring. Required unless clear=true. Example: '.metric-card' or 'Monthly revenue'.

### `studio_zoom` (~213 tokens)

Camera punch-in: smoothly zoom the page toward a target (CSS selector or visible text) — the money shot for a metric, button, or result. Captions stay screen-fixed; the content scales under them. ALWAYS studio_zoom with reset=true before navigating or showing the end card, or the next scene inherits the zoom.

Input parameters:

- `duration_ms` (integer): Zoom animation length in milliseconds. Optional; default 1100.
- `reset` (boolean): true eases the camera back to 1:1 (call before navigating or showing the end card, or the next scene inherits the zoom). Ignores target/zoom_scale. Default false.
- `target` (string): CSS selector or visible text to punch in on (centered). Required unless reset=true. Example: '.big-number' or 'Sign up'.
- `zoom_scale` (number): Zoom factor (>1). Optional; default 1.7. Keep ≤2.2 — beyond that the page pixelates. Ignored when reset=true.

### `studio_hold` (~137 tokens)

Hold the shot for a moment — glides to a target (optional) and keeps micro-drift so the recorder keeps emitting frames (a dead-static hold gets its tail frames dropped). Use after captions, highlights, and zooms: 2000–3000ms is a good beat.

Input parameters:

- `ms` (integer): Hold duration in milliseconds. Optional; default 2200. A good beat after a caption/highlight/zoom is 2000–3000.
- `target` (string): CSS selector or visible text to glide the cursor to and rest on. Optional — omit to hold in place. Example: '.cta-button'.

### `studio_end_card` (~145 tokens)

Show the closing card — a centred glass card over the (still visible) product: title, optional subtitle and URL. The classic outro: what they saw + where to get it. Hold ~2.5s after this, then studio_finish.

Input parameters:

- `subtitle` (string): One supporting line under the title, e.g. a tagline. Optional.
- `title` (string, required): Big closing line — the product name or the one-line takeaway. Required. Example: 'AIOProductOS'.
- `url` (string): Call-to-action URL shown beneath the title, e.g. 'aioproductos.com'. Optional; shown as text, not a live link.

### `studio_screenshot` (~175 tokens)

Take a high-DPI (2x) screenshot of the current frame and save it as a PNG in the output directory. Works any time during a session — element-only via selector, or full_page for the whole scroll height. Returns the file path. Clear captions/rings first unless you want them in the shot.

Input parameters:

- `full_page` (boolean): true captures the entire scroll height, not just the visible viewport. Optional; default false. Ignored when selector is set.
- `name` (string, required): File name without extension; slugified to lowercase-dashes. e.g. 'dashboard-hero' → dashboard-hero.png in the output dir. Reused names overwrite.
- `selector` (string): Capture just this element (CSS selector) instead of the viewport. Optional. When set, full_page is ignored.

### `studio_finish` (~369 tokens)

Stop recording and produce the final files: closes the browser, strips residual dark frames (ffmpeg blackdetect → trim), transcodes to a share-ready MP4 (H.264, faststart), then — optionally — narrates the caption lines with a LOCAL voice (no cloud/keys), lays down a music bed, writes/burns subtitles, and exports vertical/square social crops, plus a GIF. Voice-over timing is auto-corrected for the frames the deblack step removed. Returns every produced file with size + duration. Without ffmpeg you still get the raw WebM.

Input parameters:

- `aspects` (array): Extra social crops to export beside the 16:9 master, e.g. ['9:16','1:1'] for Reels/TikTok/feed. Padded with the theme background.
- `gif` (boolean): Also export a compact GIF (optional; default false).
- `music` (string): Path to a local audio file for a background music bed, looped and ducked under the voice-over (optional).
- `name` (string, required): Base file name for the video (without extension), e.g. 'onboarding-walkthrough'.
- `subtitles` (string): 'srt' writes a sidecar .srt from the caption lines; 'burn' also renders them into the picture (muted-autoplay social); 'none' (default).
- `voice` (string): System voice name (optional), e.g. macOS 'Samantha' or 'Daniel'; falls back to the OS default voice.
- `voiceover` (boolean): Narrate the caption / studio_narrate lines with a local, offline voice (macOS say · piper · espeak-ng). No account, no API key. Default false.

### `studio_cancel` (~44 tokens)

Abandon the current recording session: closes the browser and discards the tape. Nothing is written except screenshots already saved. Safe to call when no session is active (no-op).

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-aioproductos-mcp-studio/aioproductoscom-mcp-studio#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 56
- 2026-07-31: 41
- 2026-07-30: 15
- 2026-07-29: 77
- 2026-07-28: 43
- 2026-07-27: 43

## Links

- npm package: https://www.npmjs.com/package/@aioproductoscom/mcp-studio
- Socket report: https://socket.dev/npm/package/@aioproductoscom/mcp-studio
- Repository: https://github.com/AIOProductOS/studio-mcp
- Website: https://aioproductos.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-aioproductos-mcp-studio/aioproductoscom-mcp-studio/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-aioproductos-mcp-studio/aioproductoscom-mcp-studio/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-aioproductos-mcp-studio/aioproductoscom-mcp-studio
