remotion-mcp-server
Provides text-to-speech synthesis using Google Gemini 3.1 Flash, generating high-fidelity voiced dialogues with word-level timecodes for kinetic subtitles.
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-serverScaffold a TikTok video project called 'myvideo'"
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 Video Production MCP Server
A world-class Model Context Protocol (MCP) server that acts as an intelligent bridge for AI agents to analyze audio beats, synthesize voices with Google Gemini TTS, and programmatically construct and render professional videos using Remotion (v4.0+) and React.
๐ Key Features
๐ฌ Programmatic Scaffolding: Create zero-config React/Remotion video projects with built-in aspect ratios: TikTok/Reels (
tiktok-916), YouTube (youtube-169), and Social (social-11).๐๏ธ Gemini 3.1 Flash TTS integration: Generate high-fidelity voiced scene dialogues with regional accents, and produce word-level timecodes for kinetic subtitles.
๐ต Librosa Audio Beat Sync: Analyze background music to extract BPM, beat boundaries, RMS energy drops/rises, and recommend frame-accurate scene cuts.
๐ธ Visual Preview Snapshots: Instantly render frame snapshots (PNG/JPEG/WebP) at any frame index for AI visual verification.
โก Headless Rendering: Programmatically compile high-quality MP4/WebM videos with multi-core concurrency control and progress tracking.
๐ ๏ธ Prerequisites
To run this MCP server and render videos, the host environment requires:
Node.js (v18.0.0 or higher) and npm.
Python 3 (v3.10+ recommended) with the following packages installed:
pip install librosa numpy scipy google-genaiRemotion Browser Dependencies: Launching Chrome headless requires Chromium. Install it via CLI:
npx remotion browser ensure
๐ฆ Installation & Setup
๐ Automated Setup (Recommended)
Run the automated installer inside the cloned repository root:
macOS / Linux:
chmod +x autoinstall.sh ./autoinstall.shWindows (PowerShell):
Set-ExecutionPolicy Bypass -Scope Process -Force .\autoinstall.ps1
This installer automatically compiles the codebase, installs Python packages, ensures Chrome dependencies are loaded, copies the global SKILL.md to your optimizations folder, and registers the server configuration to Claude Desktop and Antigravity.
๐ ๏ธ Manual Installation (Alternative)
Compile the Server:
git clone https://github.com/ivanv/remotion-mcp-server.git cd remotion-mcp-server npm install npm run build
2. Register with your AI Client
Add the server configuration to your MCP settings file (e.g. claude_desktop_config.json, antigravity.json, or .mcp.json):
{
"mcpServers": {
"remotion": {
"command": "node",
"args": ["C:/Users/ivanv/PycharmProjects/remotion-mcp-server/dist/index.js"],
"env": {
"GEMINI_API_KEY": "YOUR_GEMINI_API_KEY_HERE"
}
}
}
}๐ค Available MCP Tools
1. remotion_scaffold_project
Scaffolds a complete React/Remotion project with prebuilt templates, standard layout components, and automatically installs npm dependencies.
Arguments:
projectName(string, required): Folder name of the target project.template(enum:tiktok-916,youtube-169,social-11, required): Aspect ratio.targetDir(string, required): Parent directory path.
2. remotion_analyze_audio
Performs signal processing on audio files using Python Librosa to return BPM, beat frames, energy profiles, recommended scene cut frame numbers, and aligns SRT subtitles.
Arguments:
audioPath(string, required): Path to input audio track.srtPath(string, optional): Path to SRT subtitles file.outputPath(string, optional): Path to save the output JSON analysis.fps(number, default30): Target composition frame rate.minSceneDuration(number, default3.5): Minimum seconds between scene cuts.
3. remotion_generate_tts
Synthesizes speech using Google Gemini 3.1 Flash TTS (gemini-3.1-flash-tts-preview) and outputs character-weighted word timecodes. Automatically falls back to clean synthetic audio if GEMINI_API_KEY is not present.
Arguments:
text(string, required): Dialogue text to synthesize.outputPath(string, required): Path to save generated.wavfile.voice(string, default"Puck"): Gemini prebuilt voice name.accent(string, optional): Optional regional accent instruction.fps(number, default30): Frame rate.
4. remotion_preview_frame
Renders a still snapshot image (PNG/JPEG/WebP) of a specific frame in the composition using Remotion's CLI.
Arguments:
projectDir(string, required): Path to Remotion project.compositionId(string, required): Target Composition ID.frame(number, default0): Frame index to capture.imageFormat(enum:png,jpeg,webp, defaultpng): Format.props(object, optional): Input React props.
5. remotion_render_video
Compiles a composition into a production-grade video (MP4/WebM).
Arguments:
projectDir(string, required): Path to Remotion project.compositionId(string, required): Target Composition ID.outputPath(string, optional): Output video path.concurrency(number/string, default"auto"): CPU threads to utilize.codec(string, default"h264"): Target codec.props(object, optional): Input React props.
๐จ Prebuilt React Components
Scaffolded projects include these production-ready layout components:
SubtitleOverlay: Word-by-word active scaling and custom text shadow glows ("Efecto Lupa PRO") for dual-language subtitles.KenBurnsImage: Clean interpolation-based image scaling and translation without CSS animations.AudioSpectrum: Sound frequency spectrum visualizer bars reactively synchronized with the soundtrack.LowerThird: Elegant lower-third pop-ups for social media profiles or name cards.
๐งช Testing & Verification
Run the full E2E test suite to verify tool execution, path resolution, and CLI rendering:
npm test๐ License
This project is licensed under the MIT License.
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.
Latest Blog Posts
- 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/ivalenzuela/remotion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server