{
  "markdown": "# iLoveVideoEditor MCP Server\n\nModel Context Protocol (MCP) server that lets AI agents (Claude, ChatGPT, Cursor,\nand any MCP client) render videos with [iLoveVideoEditor](https://ilovevideoeditor.com):\nlist motion-design templates, fill in variables, submit JSON-to-MP4 render jobs,\npoll status, and get download URLs.\n\n## Quick start\n\nGet an API key from the dashboard:\n[ilovevideoeditor.com/dashboard/account/api](https://ilovevideoeditor.com/dashboard/account/api)\n\nAdd the server to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"ilovevideoeditor\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@ilovevideoeditor/mcp-server\"],\n      \"env\": {\n        \"VF_API_KEY\": \"vf_live_xxx\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `ilovevideoeditor_list_templates` | List available templates |\n| `ilovevideoeditor_get_template` | Get template details and variable schema |\n| `ilovevideoeditor_render_json` | Submit raw `VideoJSON` for rendering |\n| `ilovevideoeditor_render_template` | Render from a named template + variables |\n| `ilovevideoeditor_get_render_status` | Poll render job status |\n| `ilovevideoeditor_get_download_url` | Get signed download URL |\n\n## Configuration\n\n| Variable | Default | Description |\n|----------|---------|-------------|\n| `VF_API_KEY` | — | **Required.** Your iLoveVideoEditor API key (`x-api-key`) |\n| `VF_API_BASE_URL` | `https://api.ilovevideoeditor.com` | API base URL override |\n\n## Development\n\n```bash\nnpm install\nnpm run build    # tsc -> dist/\nnpm start        # stdio transport\nnpm run dev      # tsx watch\n```\n\nThe server speaks MCP over stdio (diagnostics go to stderr). An optional\n`--http` flag enables HTTP/SSE transport for debugging.\n\nSource of truth lives in the iLoveVideoEditor monorepo (`integrations/mcp-server`);\nthis repository is the public mirror used for releases.\n\n## License\n\nApache-2.0\n",
  "bytes": 1897,
  "sha": "a22832c1d1d34cdb3078e8818fb8781cac1a5fc00641ec6b2c14dfe7a64a76b1",
  "repo_slug": "ilovevideoeditor/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ilovevideoeditor_mcp_server_b00631d6/readme"
}