Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.ilovevideoeditor/mcp-server

NPM · @ILOVEVIDEOEDITOR/MCP-SERVER · SCANNED AUG 3

Render videos from VideoJSON + 249+ templates via the iLoveVideoEditor API

+21 this week 67 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • 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. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 557 tokens (~55/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @ilovevideoeditor/mcp-server

# add to Claude Code
claude mcp add com-ilovevideoeditor-mcp-server -- npx -y @ilovevideoeditor/mcp-server
# add to Codex CLI
codex mcp add com-ilovevideoeditor-mcp-server -- npx -y @ilovevideoeditor/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ilovevideoeditor-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@ilovevideoeditor/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-ilovevideoeditor-mcp-server --command npx --arg -y --arg @ilovevideoeditor/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  com-ilovevideoeditor-mcp-server:
    command: "npx"
    args: ["-y", "@ilovevideoeditor/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "com-ilovevideoeditor-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ilovevideoeditor/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +46
    • GHSA-frvp-7c67-39w9 affects this package: medium security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Licence: Apache-2.0 functional
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −41
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@ilovevideoeditor/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-frvp-7c67-39w9 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N yes
Dependencies 96 packages

96 packages in the resolved dependency tree · 94 deprecated · 29 stale · 1 without a linked repository.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 10 exposed · ~557 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
ilovevideoeditor_get_download_url ~37

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

NameTypeReqDescription
jobIdstringyesCompleted render job ID

No output schema declared.

No examples provided.

ilovevideoeditor_get_layer_capabilities ~101

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.

NameTypeReqDescription
includeMetadatabooleanWhen true, include labels, notes and recommended flags.
layerTypestringyesLayer type to query: text, image, video, shape, audio, captions, composition, group, empty

No output schema declared.

No examples provided.

ilovevideoeditor_get_render_status ~52

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

NameTypeReqDescription
jobIdstringyesThe render job ID returned by ilovevideoeditor_render_json or ilovevideoeditor_render_template

No output schema declared.

No examples provided.

ilovevideoeditor_get_template ~44

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

NameTypeReqDescription
templateIdstringyesThe template ID (e.g., lovable_good_morning)

No output schema declared.

No examples provided.

ilovevideoeditor_list_templates ~25

List all available iLoveVideoEditor templates for generating personalized videos.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ilovevideoeditor_local_analyze ~56

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

NameTypeReqDescription
timenumberTime in seconds to analyze. Defaults to current frame.

No output schema declared.

No examples provided.

ilovevideoeditor_local_capture ~51

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

NameTypeReqDescription
formatstringImage format.
timenumberTime in seconds to capture. Defaults to current frame.

No output schema declared.

No examples provided.

ilovevideoeditor_local_preview ~62

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

NameTypeReqDescription
actionstringyesAction to perform on the local preview server.
filestringPath to a TypeScript preview file to load. Required for start.

No output schema declared.

No examples provided.

ilovevideoeditor_render_json ~46

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

NameTypeReqDescription
videoJSONobjectyesA valid VideoJSON scene definition

No output schema declared.

No examples provided.

ilovevideoeditor_render_template ~83

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

NameTypeReqDescription
templateIdstringyesTemplate ID (e.g., lovable_good_morning, lovable_apology, lovable_memory_montage)
variablesobjectyesTemplate-specific variables (userName, companionName, message, photos, etc.)

No output schema declared.

No examples provided.