Skip to main content
Glama
ilovevideoeditor

iLoveVideoEditor MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VF_API_KEYYesYour iLoveVideoEditor API key (x-api-key). Required.
VF_API_BASE_URLNoAPI base URL overridehttps://api.ilovevideoeditor.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ilovevideoeditor_list_templatesA

List all available iLoveVideoEditor templates for generating personalized videos.

ilovevideoeditor_get_templateA

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

ilovevideoeditor_get_layer_capabilitiesA

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.

ilovevideoeditor_render_jsonA

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

ilovevideoeditor_render_templateA

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

ilovevideoeditor_get_render_statusB

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

ilovevideoeditor_get_download_urlA

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

ilovevideoeditor_local_previewA

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

ilovevideoeditor_local_captureB

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

ilovevideoeditor_local_analyzeA

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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