VidTranslate MCP Server
Provides AI voice generation capabilities using the ElevenLabs API to create voiceovers from translated text scripts.
Enables text translation using OpenAI GPT-4 to translate video transcripts and scripts between languages.
Supports extracting transcripts from YouTube videos via URL and publishing final translated videos to YouTube.
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., "@VidTranslate MCP Servertranslate this YouTube video to Spanish with voiceover and avatar"
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.
VidTranslate MCP Server
YouTube videos ko AI se translate karke naya video banao — Thesys Agent Builder ke liye MCP server.
Pipeline
YouTube URL → Transcript → GPT-4 Translation → ElevenLabs Voice → D-ID Avatar Video → Publish
Tools
Tool | Kaam | API |
| YouTube transcript extract | Free |
| Text translation | OpenAI GPT-4 |
| AI voiceover | ElevenLabs |
| Avatar/Slideshow video | D-ID |
| YouTube/FB/IG publish | Platform APIs |
Railway Pe Deploy Karo (FREE)
Step 1 — GitHub pe upload karo
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 mainStep 2 — Railway pe deploy karo
railway.app pe jao — free account banao
"New Project" → "Deploy from GitHub repo" click karo
Apna
vidtranslate-mcprepo select karoRailway automatically deploy kar dega!
"Settings" → "Domains" → "Generate Domain" click karo
Aapka URL milega:
https://vidtranslate-mcp-XXXX.railway.app
Step 3 — Test karo
Browser mein kholo:
https://aapka-railway-url.railway.app/
https://aapka-railway-url.railway.app/health
https://aapka-railway-url.railway.app/mcpThesys Mein Connect Karo
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 Keys Kahan Se Milenge
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 |
Local Test Karo
pip install -r requirements.txt
uvicorn main:app --reload --port 8000Browser: http://localhost:8000
This server cannot be installed
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
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/sonuji8252-creator/vidtranslate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server