Remotion MCP Editor
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Remotion MCP EditorImport an image from https://example.com/logo.png into project 3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Remotion MCP Editor
An always-on, data-driven Remotion editing and rendering engine exposed through Streamable HTTP MCP. Agents edit validated timeline data; the service never exposes source-code or shell access.
Capabilities
Revisioned projects stored in SQLite WAL mode
Video, image, text, and audio timeline items
Trim, split, move, reorder, layers, transforms, fades, and transitions
HTTPS asset imports and private streamed uploads
Serial asynchronous H.264/AAC and PNG rendering
Private output downloads, cancellation, retention, backups, and restart recovery
Bearer authentication behind a loopback-only Hostinger SSH gateway
Related MCP server: mcpCut
MCP tools
get_service_status, list_projects, create_project, get_project, archive_project, apply_project_edits, import_asset_from_url, list_assets, start_render, list_renders, and cancel_render.
Every apply_project_edits call requires the current project revision. Calls are atomic: invalid operations or stale revisions leave the project unchanged.
Local development
npm install
npm run typecheck
npm test
npm run build
npm run bundle:remotionSet DATA_DIR, REMOTION_TOKEN_SHA256, and REMOTION_LICENSE_KEY, then start npm run start:api and npm run start:worker in separate terminals.
Production layout
Repository release:
/opt/mcp-gateway/remotion-editor/releases/<commit>Current release symlink:
/opt/mcp-gateway/remotion-editor/currentRoot-readable environment:
/opt/mcp-gateway/remotion-editor/shared/.envPersistent data:
/var/lib/remotion-mcp-editorVPS loopback port:
127.0.0.1:18081Desktop MCP URL:
http://127.0.0.1:18081/remotion/mcp/
The VPS does not need GitHub credentials. scripts/deploy.ps1 requires a clean Git commit, transfers a Git archive over SSH, builds a commit-tagged image, and retains the previous release for scripts/rollback.ps1.
Security
The raw bearer token remains in the local REMOTION_MCP_TOKEN user environment variable. Only its SHA-256 verifier is stored on the VPS. Ports are bound to loopback, gateway access logs are disabled, URL imports reject non-HTTPS and private/reserved destinations, and all storage paths are containment-checked.
The default configuration is licensed as free-license for the approved team size of three or fewer people. Reassess the Remotion license before expanding the team or product scope.
This server cannot be deployed
Maintenance
Related MCP Connectors
Cloud Blender for AI agents: scenes, assets, renders, MP4, STL, GLB — over hosted remote MCP.
Create and edit images, videos, and audio through Magic Hour's hosted Streamable HTTP MCP server.
Render video and run AI media tasks from a single declarative JSON request.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for agent-driven video generation from SRT subtitles to Remotion videos, supporting TTS, async tasks, and web console.1MIT
- AlicenseNot gradedqualityBmaintenanceA real video editor for AI agents, served over MCP, enabling journaled timeline editing, rendering via FFmpeg/MLT, and deterministic CLI operation.1MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server for creative generation and video production, letting AI agents author declarative animations, render deterministic frames, and measure output quality with perception instruments for brand and accessibility conformance.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceMCP server that provides a local Web production console and HTTP control plane for AI video creation, exposing tools for project/revision management, media analysis, editing, review, and delivery while keeping formal rendering behind explicit approval gates.-