# io.github.ilovevideoeditor/mcp-server (npm · @ilovevideoeditor/mcp-server)

Render videos from JSON with motion-design templates, effects and batch rendering

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@ilovevideoeditor/mcp-server`
- Version: `1.0.0`
- 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-05.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), 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 (Apache-2.0).
  - Actively maintained (last published 21 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 557 tokens (~55/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 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 ilovevideoeditor-mcp-server -- npx -y @ilovevideoeditor/mcp-server
```

### Codex

```bash
codex mcp add ilovevideoeditor-mcp-server -- npx -y @ilovevideoeditor/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ilovevideoeditor-mcp-server --command npx --arg -y --arg @ilovevideoeditor/mcp-server
```

### Hermes

```yaml
mcp_servers:
  ilovevideoeditor-mcp-server:
    command: "npx"
    args: ["-y", "@ilovevideoeditor/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "ilovevideoeditor-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ilovevideoeditor/mcp-server"
      ]
    }
  }
}
```

## 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-05 (score 68, 0)

- [security improvement] CVE-2026-69207 no longer affects this package

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

- [security regression] CVE-2026-69207 affects this package: medium

### 2026-08-03 (score 67, +26)

- [security regression] GHSA-frvp-7c67-39w9 affects this package: medium
- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.27
- [functional] Licence: Apache-2.0

### 2026-08-02 (score 41, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-08-01 (score 36, +31)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-31 (score 5, −23)

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

### 2026-07-30 (score 28, +3)

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

### 2026-07-28 (score 25, +1)

- [functional improvement] Dependency health: unverified → partial

## MCP tools (10)

### `ilovevideoeditor_list_templates` (~25 tokens)

List all available iLoveVideoEditor templates for generating personalized videos.

### `ilovevideoeditor_get_template` (~44 tokens)

Get detailed information about a specific template, including its variable schema.

Input parameters:

- `templateId` (string, required): The template ID (e.g., lovable_good_morning)

### `ilovevideoeditor_get_layer_capabilities` (~101 tokens)

Return the built-in effects and transitions that are compatible with a given layer type (text, image, video, shape, audio, etc.). Use this before choosing effects or transitions for a layer.

Input parameters:

- `includeMetadata` (boolean): When true, include labels, notes and recommended flags.
- `layerType` (string, required): Layer type to query: text, image, video, shape, audio, captions, composition, group, empty

### `ilovevideoeditor_render_json` (~46 tokens)

Submit a raw VideoJSON payload to the iLoveVideoEditor render queue and receive a job ID.

Input parameters:

- `videoJSON` (object, required): A valid VideoJSON scene definition

### `ilovevideoeditor_render_template` (~83 tokens)

Generate a video from a named template with variables, queue it for rendering, and return a job ID.

Input parameters:

- `templateId` (string, required): Template ID (e.g., lovable_good_morning, lovable_apology, lovable_memory_montage)
- `variables` (object, required): Template-specific variables (userName, companionName, message, photos, etc.)

### `ilovevideoeditor_get_render_status` (~52 tokens)

Check the status of a render job by its job ID.

Input parameters:

- `jobId` (string, required): The render job ID returned by ilovevideoeditor_render_json or ilovevideoeditor_render_template

### `ilovevideoeditor_get_download_url` (~37 tokens)

Get a fresh signed download URL for a completed render job.

Input parameters:

- `jobId` (string, required): Completed render job ID

### `ilovevideoeditor_local_preview` (~62 tokens)

Start or stop the local preview dev server. Use this before capturing frames.

Input parameters:

- `action` (string, required): Action to perform on the local preview server.
- `file` (string): Path to a TypeScript preview file to load. Required for start.

### `ilovevideoeditor_local_capture` (~51 tokens)

Capture a screenshot from the running local preview at a given time.

Input parameters:

- `format` (string): Image format.
- `time` (number): Time in seconds to capture. Defaults to current frame.

### `ilovevideoeditor_local_analyze` (~56 tokens)

Analyze the generated VideoJSON layout in the local preview and return structured metrics and issues (overflow, overlap, font fallback, etc.).

Input parameters:

- `time` (number): Time in seconds to analyze. Defaults to current frame.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/ilovevideoeditor-mcp-server/ilovevideoeditor-mcp-server#diagnostics

## Score history

- 2026-08-05: 68
- 2026-08-04: 68
- 2026-08-03: 67
- 2026-08-02: 41
- 2026-08-01: 36
- 2026-07-31: 5
- 2026-07-30: 28
- 2026-07-28: 25
- 2026-07-27: 24

## Links

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