Spimov MCP β Content / Listing Kit
Ready-to-use copy for the MCP marketplace, GitHub, PyPI, and launch posts. Marketing sections sell outcomes; the Tools section is the developer-facing reference. Everything below reflects the actual v0.4.0 capabilities.
Taglines
Dub any video into 17 languages β straight from your AI chat.
- AI video dubbing for Claude and any MCP client.
- Paste a YouTube link, get it dubbed. No dashboard, no downloads.
Short description (marketplace card / GitHub "About")
Spimov MCP lets Claude (and any MCP client) dub videos into 17 languages, edit translations line-by-line, burn subtitles, and publish straight to YouTube β all from natural language. Works locally (file upload) or over the hosted HTTP server.
One-line (PyPI / GitHub About):
MCP server for Spimov β dub videos, generate subtitles, and publish to YouTube from Claude Desktop, Claude Code, or Claude web.
Long description (listing body)
Spimov MCP β AI video dubbing, inside your chat
Spimov MCP connects the Spimov dubbing engine to Claude and any Model Context Protocol client. Ask in plain language β "dub this YouTube short into German and upload it unlisted to my channel" β and the whole pipeline runs server-side: transcription, translation, voice synthesis, lip-sync, and publishing.
What you can do
- π¬ Dub from a YouTube link or a local file β regular videos, Shorts, and YouTube Music all supported.
- π 17 target languages, with auto source-language detection.
- π£οΈ Choose your voice engine β
xtts(high-quality, default),chatterbox(emotion-aware), orelevenlabs. - βοΈ Edit before you publish β list transcript segments and fix any line's text, emotion, or speaker; only that segment is re-synthesized.
- π¬ Subtitles your way β fetch SRT/VTT, burn them in, or embed soft tracks in extra languages.
- ποΈ Remix without re-dubbing β adjust the audio mix, subtitle styling, or lip-sync on a finished job.
- πΊ Publish to YouTube automatically when the dub finishes.
- π Get a shareable download link for the finished MP4 β works in the browser, no API key needed.
14 tools across dubbing, editing, subtitles, and publishing (see below).
Works everywhere MCP does
- Claude Desktop / Claude Code (stdio) β supports local file upload.
- Claude web & hosted clients β connect to the hosted Streamable HTTP server, no install required.
Setup in 2 minutes β grab an API key from spimov.com, drop it into your MCP config, and start dubbing.
Tools (14)
Developer-facing reference. MCP clients auto-discover these via
list_tools; this table is here so human evaluators can see the full scope at a glance.
Create
create_dubβ dub a local video file (stdio only)dub_youtubeβ dub a YouTube link/Short; optional auto-upload to a channel
Track
get_job_statusΒ·list_jobsΒ·get_quotaΒ·cancel_job
Edit & refine
list_segmentsβ inspect transcript (text, speaker, emotion, timing)update_segmentβ edit one line's text/emotion/speaker; re-synths just that segmentremix_videoβ re-render audio mix / subtitle styling / lip-sync, no re-dub
Get results
get_download_urlβ shareable browser download link (use over HTTP/web)download_videoβ save the MP4 locally (stdio only)get_subtitlesβ fetch SRT/VTT in any embedded languageupload_to_youtubeβ publish (or retry) a finished job to a connected channel
Reference
list_languagesβ supported source/target languages
Launch / announcement post (X / LinkedIn)
We just shipped Spimov MCP π¬
Dub any video into 17 languages without leaving your AI chat. Paste a YouTube link β Claude transcribes, translates, voices, and can publish it straight to YouTube.
β’ Local file or YouTube URL β’ Edit any line, re-synth just that segment β’ SRT/VTT, burned-in or soft subtitles β’ Works in Claude Desktop, Claude Code & Claude web
pip install spimov-mcpβ spimov.com #MCP #Claude #AIdubbing
Marketplace metadata (fields)
| Field | Value |
|---|---|
| Name | Spimov |
| Category | Media / Video |
| Description | Dub videos into 17 languages, edit translations, generate subtitles, and publish to YouTube β from any MCP client. |
| Auth | API key (spk_live_β¦) |
| Homepage | https://spimov.com |
| Install (stdio) | pip install spimov-mcp |
| Connect (HTTP) | https://mcp.spimov.com/mcp |
Server Config
{
"mcpServers": {
"spimov": {
"command": "spimov-mcp",
"env": {
"SPIMOV_API_KEY": "<YOUR_TOKEN>"
}
}
}
}