@remotion/mcp
Remotion's Model Context Protocol
Links
README
From the repo.
Video tools for the agent era.
Video Creation
- Make videos agentically: Turn your idea into a video using your coding agent.
- Make videos interactively: Edit and animate using drag and drop.
- Make videos programmatically: Connect to data, and manage complexity with code.
React Code is the source of truth. Switch your workflow at any point.
Video Automation
- Design systems: Create a library of animated assets for your organization.
- Batch rendering: Render millions of videos on your own infrastructure.
- Applications: Publish a simple tool or a complex video editor.
Get started
If you already have Node.JS installed, type
npx create-video@latest
to get started. Otherwise, read the installation page in the documentation.
Discover Remotion
Remotion is extensively documented over more than 1000 pages.
- Get Started
- Components
- Rendering
- Making apps
- Community
- Commercial
- Help
Documentation
Documentation: remotion.dev/docs
API Reference: remotion.dev/api
License
Be aware of that Remotion has a special license and requires obtaining a company license in some cases. Read the LICENSE page for more information.
Contributing
Please read CONTRIBUTING.md to learn about contributing to this project.
Collected info
- Language: TypeScript
- Source updated: 8/3/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.