Skip to main content
Glama
ilovevideoeditor

iLoveVideoEditor MCP Server

Official

iLoveVideoEditor MCP Server

Model Context Protocol (MCP) server that lets AI agents (Claude, ChatGPT, Cursor, and any MCP client) render videos with iLoveVideoEditor: list motion-design templates, fill in variables, submit JSON-to-MP4 render jobs, poll status, and get download URLs.

Quick start

Get an API key from the dashboard: ilovevideoeditor.com/dashboard/account/api

Add the server to your MCP client config:

{
  "mcpServers": {
    "ilovevideoeditor": {
      "command": "npx",
      "args": ["-y", "@ilovevideoeditor/mcp-server"],
      "env": {
        "VF_API_KEY": "vf_live_xxx"
      }
    }
  }
}

Related MCP server: Plainly Videos MCP Server

Tools

Tool

Description

ilovevideoeditor_list_templates

List available templates

ilovevideoeditor_get_template

Get template details and variable schema

ilovevideoeditor_render_json

Submit raw VideoJSON for rendering

ilovevideoeditor_render_template

Render from a named template + variables

ilovevideoeditor_get_render_status

Poll render job status

ilovevideoeditor_get_download_url

Get signed download URL

Configuration

Variable

Default

Description

VF_API_KEY

Required. Your iLoveVideoEditor API key (x-api-key)

VF_API_BASE_URL

https://api.ilovevideoeditor.com

API base URL override

Development

npm install
npm run build    # tsc -> dist/
npm start        # stdio transport
npm run dev      # tsx watch

The server speaks MCP over stdio (diagnostics go to stderr). An optional --http flag enables HTTP/SSE transport for debugging.

Source of truth lives in the iLoveVideoEditor monorepo (integrations/mcp-server); this repository is the public mirror used for releases.

License

Apache-2.0

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    F
    maintenance
    Enables AI assistants to create and edit professional videos through natural language by automating JianYing (CapCut) video production workflows. Supports adding media segments, effects, transitions, animations, and exporting editable project files.
    Last updated
    20
    270
  • A
    license
    -
    quality
    C
    maintenance
    Enables LLM clients to programmatically generate videos using Plainly's API by listing available video templates, retrieving template parameters, submitting render requests, and checking render status.
    Last updated
    29
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Create and manage cinematic AI video renders through the Future Video Studio Agent API.

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

  • Build and run visual creative-production workflows from your AI agent.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ilovevideoeditor/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server