lyric-studio
Allows selecting and using any Google Font for lyric video text styling, including a curated list of font choices and automatic download of the actual TTF font for rendering.
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., "@lyric-studioSet the audio to /Users/me/song.mp3 and add a lyric line 'Hello' from 0:05 to 0:10."
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.
Lyric Studio
A tool for building lyric videos: a background image + an audio track, with lyric lines that appear and disappear at exact timestamps you choose, in any real Google Font.
It has two parts that share the same project:
The editor UI — a web app you open in your browser to upload media, type lyric lines with timing, pick a font/color, and render.
The MCP server — the same project, exposed as tools so an AI assistant (Claude Desktop, Claude Code, etc.) can add/edit lyric lines and trigger a render on your behalf.
Because they share the same projects/default/project.json, lines added by
the AI show up in the browser UI (it polls every 5s), and vice versa.
Requirements
Node.js 18+
ffmpeg and ffprobe on your
PATH(ffmpeg -versionto check)Internet access (to download Google Fonts on first use of each font)
Related MCP server: Music Media MCP Server
Setup
npm install1. Run the editor UI
npm run startThen open http://localhost:4790.
In the UI:
Add an audio file.
Add one or more background images. For each one, type how long it should play in the "until" box (e.g.
3:00) before clicking Add image to sequence — images play back-to-back in the order you add them. Leave "until" blank on the last image to have it run to the end of the song. Example for a 4-minute song with 2 images: add image 1 withuntil: 3:00, then image 2 withuntilleft blank (it'll auto-run to 4:00).Pick a Google Font, size, color, outline, and position (top/middle/bottom).
Add lyric lines: text + start time + end time (
3:05,185, or1:03:05all work). Drag a lyric block on the timeline to shift its timing, or drag its left/right edge to resize just the start or end — both commit automatically when you release.Scrub the timeline to preview which line and which image show at any given moment.
Click Render video — the MP4 appears with a download link when done.
2. Run the MCP server (for AI control)
The MCP server talks over stdio, so you point your AI tool's config at it rather than running it manually yourself.
Claude Desktop / Claude Code — add to your MCP config
(claude_desktop_config.json or equivalent):
{
"mcpServers": {
"lyric-studio": {
"command": "node",
"args": ["/absolute/path/to/lyric-video-mcp/mcp-server.js"]
}
}
}Restart the client, and the AI will have these tools available:
Tool | What it does |
| Set the audio track (absolute file path) |
| Add an image to the visual sequence, with a |
| Change an existing image's start/until time |
| Delete an image from the sequence |
| See the current image sequence with timing |
| Wipe the image sequence |
| Set font (any Google Fonts name), size, color, outline, position |
| See a curated list of good font choices |
| Add one lyric line with a start/end time |
| Edit an existing line's text or timing |
| Delete a line |
| Wipe all lines |
| See all current lines |
| See the full project state |
| Render the final MP4 |
Multiple images, one per section of the song
Images play back-to-back in the order you add them — each one runs from
where the previous one ended until the until time you give it:
Set the audio to /Users/me/song.mp3 (it's 4 minutes long). Add /Users/me/cover1.jpg with until "3:00". Then add /Users/me/cover2.jpg with no "until" — it should run to the end.
That gives you: cover1.jpg for 0:00–3:00, cover2.jpg for 3:00–4:00. Add as
many images as you like this way — each new one just needs its own until.
Rendering fails with a clear error if the images don't fully cover the audio
length, so you'll know if a gap needs filling.
Example prompt to the AI once connected
Use lyric-studio: set the image to /Users/me/cover.jpg and the audio to /Users/me/raikan-cinta.mp3. Use the font "Poppins" in white with a black outline, bottom position. Add this lyric line: "Mari mawar raikan cinta, tanpa cintanya kita tiada, mawar cinta mawar ku abadi, cinta pemilik segala jadi" from 3:05 to 3:35. Then render it.
How rendering works
Lyric lines are converted into an .ass subtitle file and burned into the
video with ffmpeg/libass, using the actual Google Font TTF (downloaded and
cached in fonts-cache/) — not a generic system font substitute.
Project structure
shared/projectStore.js core logic — used by BOTH the UI server and MCP server
shared/fonts.js Google Fonts catalog + real TTF downloader
shared/timeUtils.js "3:05" / "185" / "1:03:05" time parsing
ui-server.js Express server + REST API for the browser UI
mcp-server.js MCP server (stdio) for AI control
public/ browser UI (index.html, style.css, app.js)
projects/default/ this project's media, generated .ass file, project.json
fonts-cache/ downloaded Google Font TTF files (cached after first use)
public/output/ rendered MP4sNotes
This is a single-project tool by design (there's one active project,
default) — simplest fit for "one song, one video" use. If you want multiple concurrent projects, every function inshared/projectStore.jsalready takes aprojectId, so it's a small change to thread a different id through both servers.Font files are cached after first download, so re-rendering with the same font doesn't hit the network again.
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
- FlicenseAqualityFmaintenanceEnables AI assistants to create and edit professional videos through natural language by automating JianYing (CapCut) video production workflows. Supports adding media segments, effects, transitions, animations, and exporting editable project files.20273
- FlicenseAqualityDmaintenanceEnables users to generate AI-powered music videos by analyzing visual content to compose matching soundtracks using Google's Lyria model. The server automatically merges audio and media into playable video artifacts that can be rendered inline within MCP-compatible chatbots.1
- FlicenseNot gradedqualityAmaintenanceEnables Claude to control a full-stack video editor by issuing commands to add clips, text, animations, and render MP4 videos, with changes reflected in real-time in the browser UI.
- AlicenseAqualityDmaintenanceEnables AI assistants to generate, manage, and download AI-generated videos using OpenAI's Sora models, supporting text prompts, image-to-video, remixing, and more.9MIT
Related MCP Connectors
Create and track AI music videos and audio-reactive visuals from songs.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Create videos with prompts, and use Rendley’s video editor to adjust anything you need.
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/mudon/lyric-video-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server