Remotion MCP Editor
Click on "Install 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: Remotion Video MCP Server
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 installed
Maintenance
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
- Alicense-qualityBmaintenanceAn MCP server that turns a script into a Hyperplexed-style motion-graphics MP4. Plug the URL into Claude Desktop, Cursor, or any MCP-compatible agent and it gains a render_video tool.MIT
- Flicense-qualityBmaintenanceMCP server for agent-driven video generation from SRT subtitles to Remotion videos, supporting TTS, async tasks, and web console.
- Flicense-qualityDmaintenanceAn MCP server that exposes FFmpeg as a structured tool set for AI agents, enabling timeline-based video editing, preview, rendering, and analysis with an optional LLM autopilot.
- Flicense-qualityBmaintenancePaid remote MCP for rendering hyperframe videos with structured receipts and audit logs. Enables rendering, status checking, artifact fetching, and receipt export.
Related MCP Connectors
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
A real timeline video editor for AI agents: journaled edits, FFmpeg/MLT rendering, exports
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/maverick-software/remotion-mcp-editor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server