VidTranslate MCP Server

VidTranslate MCP Server

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.

Category
Visit Server

README

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
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

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 main

Step 2 — Railway pe deploy karo

  1. railway.app pe jao — free account banao
  2. "New Project" → "Deploy from GitHub repo" click karo
  3. Apna vidtranslate-mcp repo select karo
  4. Railway automatically deploy kar dega!
  5. "Settings" → "Domains" → "Generate Domain" click karo
  6. 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/mcp

Thesys 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 8000

Browser: http://localhost:8000

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured