mcpbeat Sign in

Ilovevideoeditor MCP Server

local only

Ilovevideoeditor runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 15 Jul 2026.

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

Installs per day peak 20 · avg 9 · +117% w/w
a month agotoday
56
Installs / week
npm · @ilovevideoeditor/mcp-server
0
Stars
1 open issues
15 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ilovevideoeditor every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @ilovevideoeditor/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ilovevideoeditor/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@ilovevideoeditor/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ilovevideoeditor/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@ilovevideoeditor/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VF_API_KEY (iLoveVideoEditor API key (generate at ilovevideoeditor.com/dashboard/account/api)), VF_API_BASE_URL (API base URL override). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ilovevideoeditor

same job, measured the same way
Zvid
by zvid

Zvid: render videos & images from JSON; manage templates, projects, webhooks & credits.

26 installs/wk answering
Ilovevideoeditor
by ilovevideoeditor

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

local only
Imejis
by imejis

Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

answering
Orshot
by orshot

Render on-brand images, PDFs and videos from templates. 60+ tools: brand kit, folders, workflows.

answering
LeClap
by leclap

Compose and render video from one JSON template. Deterministic, runs locally, no generative model.

82 installs/wk local only
Fetchmcp
by labtools-studio

Drop-in fetch MCP: clean Markdown from any URL, with JS rendering and anti-bot.

52 installs/wk local only
Rendry
by rendry

Deterministic image rendering for agents: JSON template in, on-brand PNG out.

answering
Vidmoat
by vidmoat

AI video editor: create projects, edit timelines, add captions and effects, and render videos.

answering

Ilovevideoeditor — questions

Answers built from our own checks of this server.

Why is there no uptime for Ilovevideoeditor?
Ilovevideoeditor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ilovevideoeditor/mcp-server was installed 56 times last week.
How do I connect Ilovevideoeditor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ilovevideoeditor/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Ilovevideoeditor?
The npm package @ilovevideoeditor/mcp-server was installed 56 times in the last week. Week over week that is +117%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ilovevideoeditor open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.