loading…
Search for a command to run...
loading…
Enables AI-powered translation of YouTube videos into localized versions with synthesized voiceovers and avatar videos. Supports the full content pipeline from
Enables AI-powered translation of YouTube videos into localized versions with synthesized voiceovers and avatar videos. Supports the full content pipeline from transcript extraction and translation to video generation and publishing across social platforms.
YouTube videos ko AI se translate karke naya video banao — Thesys Agent Builder ke liye MCP server.
YouTube URL → Transcript → GPT-4 Translation → ElevenLabs Voice → D-ID Avatar Video → Publish
| Tool | Kaam | API |
|---|---|---|
get_transcript |
YouTube transcript extract | Free |
translate_script |
Text translation | OpenAI GPT-4 |
generate_voice |
AI voiceover | ElevenLabs |
create_video |
Avatar/Slideshow video | D-ID |
publish_video |
YouTube/FB/IG publish | Platform APIs |
git init
git add .
git commit -m "VidTranslate MCP Server"
git branch -M main
git remote add origin https://github.com/AAPKA-USERNAME/vidtranslate-mcp.git
git push -u origin main
vidtranslate-mcp repo select karohttps://vidtranslate-mcp-XXXX.railway.appBrowser mein kholo:
https://aapka-railway-url.railway.app/
https://aapka-railway-url.railway.app/health
https://aapka-railway-url.railway.app/mcp
Thesys Agent Builder → Tools/MCP section mein:
MCP Server URL: https://aapka-railway-url.railway.app/mcp
Headers:
{
"x-openai-key": "sk-YOUR-OPENAI-KEY",
"x-elevenlabs-key": "YOUR-ELEVENLABS-KEY",
"x-did-key": "Basic YOUR-DID-KEY",
"x-yt-token": "YOUR-YOUTUBE-TOKEN"
}
| API | Link | Free Tier |
|---|---|---|
| OpenAI | platform.openai.com | $5 free credit |
| ElevenLabs | elevenlabs.io | 10k chars/month free |
| D-ID | studio.d-id.com | 20 free videos |
| YouTube | console.cloud.google.com | Free |
pip install -r requirements.txt
uvicorn main:app --reload --port 8000
Browser: http://localhost:8000
from
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"vidtranslate-mcp-server": {
"command": "npx",
"args": []
}
}
}