HomeDesign & Media › mcp-server

mcp-server

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

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-07-15 License: Apache-2.0

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y @ilovevideoeditor/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ilovevideoeditor/[email protected]"
      ],
      "env": {
        "VF_API_KEY": "<YOUR_VALUE>",
        "VF_API_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • VF_API_KEY required secret — iLoveVideoEditor API key (x-api-key) from the dashboard
  • VF_API_BASE_URL — iLoveVideoEditor API base URL override

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.ilovevideoeditor/mcp-server

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry