
Remotion Factory
Remotion-Factory is an MCP server that automates Remotion audiovisual production and render control for agent-driven workflows.
About
Remotion-Factory is a hosted Model Context Protocol server that automates Remotion-based audiovisual production and render orchestration. Developers creating launch videos, UI demos, or recurring content pipelines can register the SSE remote in Claude Code or Cursor so agents propose compositions, batch renders, and production steps instead of manual export runs. Skillselion shelves it under Build → frontend because Remotion projects live in your React codebase and this MCP is a controller for that build-time media stack. It does not replace your Remotion templates or hosting—you still own compositions and assets—but it gives agents a standard tool surface for render automation. Premium tiers may require the payment-signature header documented in server metadata.
- Remote MCP (Remotion-Factory) for automated audiovisual production and render control
- SSE transport at render-stream-mcp.vercel.app/api/mcp
- Premium settlement optional via payment-signature (EIP-3009 TransferWithAuthorization)
- Version 1.0.0 MCP server schema
- Bridges coding agents to Remotion render workflows
Remotion Factory by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport sse render-stream https://render-stream-mcp.vercel.app/api/mcp --header "payment-signature: YOUR_PAYMENT_SIGNATURE"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | SSE |
|---|---|
| Auth | Required |
What it does
Drive programmatic video and motion renders from your agent via Remotion without manually clicking through a render farm UI.
Who is it for?
Best when you're shipping demo reels, changelog videos, or programmatic motion graphics alongside a Remotion codebase.
Skip if: Skip if you have no Remotion setup and only need static image design or a non-programmatic video editor.
What you get
Once registered, your agent can invoke render-stream MCP tools to steer Remotion production and renders from the same session where you edit the project.
- Agent-callable Remotion production and render control via MCP
- Hosted SSE integration without self-hosting the MCP binary
- Premium-enabled remote access when signature header is set
By the numbers
- MCP server version 1.0.0
- 1 remote SSE endpoint (render-stream-mcp.vercel.app/api/mcp)
- 1 optional secret header: payment-signature (EIP-3009)
Recommended MCP Servers
How it compares
Remotion render-controller MCP, not a generic stock-media or SEO distribution skill.
FAQ
Who is Remotion Factory for?
Developers who already use or plan to use Remotion and want Claude Code, Cursor, or similar agents to trigger renders and production steps via MCP.
When should I use Remotion Factory?
During Build when you are producing motion assets, product demos, or automated video outputs tied to your React/Remotion project.
How do I add Remotion Factory to my agent?
Configure the remote SSE MCP server https://render-stream-mcp.vercel.app/api/mcp in your MCP client and add the payment-signature secret header if premium settlement applies.