
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@ilovevideoeditor/mcp-server
Advanced tools
MCP Server for iLoveVideoEditor — exposes video rendering tools to AI agents
Model Context Protocol (MCP) server that exposes iLoveVideoEditor video rendering capabilities to AI agents.
Set these environment variables before starting the server:
| Variable | Default | Description |
|---|---|---|
VF_API_BASE_URL | https://api.ilovevideoeditor.com | iLoveVideoEditor API base URL |
VF_API_KEY | — | Required. Your iLoveVideoEditor API key (x-api-key) |
Example:
export VF_API_BASE_URL=https://api.ilovevideoeditor.com
export VF_API_KEY=vf_live_xxx
node dist/server.js
| 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 |
lovable_good_morning — Warm morning greetinglovable_apology — Sincere / playful / dramatic apologylovable_memory_montage — Photo montage for milestones# Build
npm run build
# Run (stdio transport for MCP)
VF_API_KEY=your_key npm start
# Dev
VF_API_KEY=your_key npm run dev
Add to your MCP client config:
{
"mcpServers": {
"ilovevideoeditor": {
"command": "node",
"args": ["/path/to/integrations/mcp-server/dist/server.js"],
"env": {
"VF_API_KEY": "vf_live_xxx",
"VF_API_BASE_URL": "https://api.ilovevideoeditor.com"
}
}
}
}
FAQs
MCP Server for iLoveVideoEditor — exposes video rendering tools to AI agents
The npm package @ilovevideoeditor/mcp-server receives a total of 29 weekly downloads. As such, @ilovevideoeditor/mcp-server popularity was classified as not popular.
We found that @ilovevideoeditor/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.