YoutuberBox
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., "@YoutuberBoxCreate a new short video project about the history of the Roman Empire."
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.
YoutuberBox
Faceless YouTube video automation MCP server — shorts (9:16) and long-form (16:9).
The connected LLM does the creative work (script, scene beats, image prompts); YoutuberBox does the execution: TTS narration via voicebox, AI images via CodexImage, whisper-timed burned-in captions, and ffmpeg assembly with Ken Burns motion. Built-in quality guardrails push output away from AI slop.
Pipeline
create_project → set_script → generate_narration ┐
generate_images ├→ generate_captions → assemble_video
┘Tool | What it does |
| New project (shorts 1080×1920 / long 1920×1080), returns the quality guide |
| LLM-authored scenes (narration + 1–3 image prompts each), returns pacing/quality lint warnings |
| Per-scene TTS via voicebox ( |
| Per-scene images via CodexImage; 2–3 prompts per scene = intra-scene cuts; consistent style anchor |
| Word timestamps via |
| Ken Burns per still (alternating direction), cuts every few seconds, caption burn-in, looped/ducked BGM, −14 LUFS loudnorm |
| Voicebox voice profiles so the LLM picks a fitting narrator |
| Text-free thumbnail via CodexImage (add typography yourself — AI text is a slop tell) |
| Pipeline state per scene |
Resource: guide://quality — the anti-slop guide (hooks, pacing targets, image prompt rules, mix levels).
Related MCP server: creatomate-mcp-server
Requirements
Node.js 20+
ffmpeg/ffprobeon PATHvoicebox for TTS
CodexImage for image generation
Optional:
mlx_whisperorwhisperCLI for word-accurate caption timing
Install
npm install
npm run buildRegister with your MCP client (e.g. Claude Code):
{
"mcpServers": {
"youtuberbox": {
"command": "node",
"args": ["/path/to/YoutuberBox/dist/index.js"]
}
}
}Projects land in ~/YoutuberBox/projects/<id>/ (override with YOUTUBERBOX_HOME).
Configuration
Env var | Default | Purpose |
|
| Voicebox REST API (run the Voicebox app) |
| — (required) | CodexImage server base URL |
| — (required) | CodexImage API token (Bearer) |
|
|
|
|
| Where projects and renders are stored |
Voice selection: pass voice to create_project/generate_narration as a Voicebox profile name or id; defaults to your first profile.
Captions: if your ffmpeg has libass, captions are burned in (styled, word-group pop for shorts). Otherwise they're muxed as a soft mov_text track and the tool tells you how to upgrade.
Design notes
Ideas borrowed from the best of the ecosystem: granular execution tools the LLM orchestrates (stephengpope/remotion-media-mcp) instead of a single god-tool (gyoridavid/short-video-maker's create-short-video); scene = {narration, visual spec} as the exchange format and dual-aspect maturity (MoneyPrinterTurbo); LLM-authored structure over hidden config (ShortGPT's edit-markup thesis); karaoke captions and voice discovery endpoints (short-video-maker); motion-on-stills + a cut every few seconds — the #1 documented "AI slop" complaint is static visuals.
The deliberate difference: no built-in script generation — the LLM you connect writes the script with full context of your channel and audience, and the server lints it against pacing/quality rules (hook length, words/sec, cliché openers, text-in-image prompts, static-scene warnings) instead of generating generic content itself.
License
MIT
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
- 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/saroby/YoutuberBox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server