Youtube Translate
@brianshin22
About Youtube Translate
An MCP server for interfacing with the Youtube Translate API. Create transcripts, translations, subtitles, summaries for any Youtube video (or any other platform). Search video transcripts for keywords and phrases. Directly processes videos to understand them.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube-translate-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@brianshin22/youtube-translate-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Youtube Translate?
Youtube Translate is a Model Context Protocol (MCP) server that integrates with the YouTube Translate API, enabling AI assistants to obtain transcripts, translations, and summaries of YouTube videos.
How to use Youtube Translate?
Install the package via pip or uv (requires Python 3.12+), or run it using Docker. Set the YOUTUBE_TRANSLATE_API_KEY environment variable with your API key, then execute youtube-translate-mcp (stdio transport) or youtube-translate-mcp --transport sse --port 8000 (SSE transport). Configure it as an MCP server in Claude Desktop by editing the claude_desktop_config.json file.
Key features of Youtube Translate
- Get transcripts of YouTube videos
- Translate transcripts to different languages
- Generate subtitles in SRT or VTT format
- Create summaries of video content
- Search for specific content within videos
Use cases of Youtube Translate
- Transcribing a YouTube video for note-taking
- Translating a video’s transcript into another language
- Generating subtitle files for video editing or distribution
- Summarizing a video’s key points for quick reference
- Searching for specific spoken content within a video
FAQ from Youtube Translate
What is required to use Youtube Translate?
You need a valid YouTube Translate API key, set as the environment variable YOUTUBE_TRANSLATE_API_KEY.
What runtime dependencies does Youtube Translate have?
Python 3.12 or higher is required. Docker is optional but recommended for reproducible deployments.
What transport protocols does Youtube Translate support?
The server supports stdio (default) and SSE transport. Use the --transport sse --port 8000 flags to run with SSE.
How can I debug Youtube Translate?
The standard MCP Inspector may time out on video processing calls. Use Claude Desktop’s MCP logs located at ~/Library/Logs/Claude/mcp-server-{id}.log and follow them with tail -f.
Can I deploy Youtube Translate with Docker?
Yes. Build the Docker image with docker build -t youtube-translate-mcp . and run it with the required API key environment variable.
Frequently asked questions
What is required to use Youtube Translate?
You need a valid YouTube Translate API key, set as the environment variable `YOUTUBE_TRANSLATE_API_KEY`.
What runtime dependencies does Youtube Translate have?
Python 3.12 or higher is required. Docker is optional but recommended for reproducible deployments.
What transport protocols does Youtube Translate support?
The server supports stdio (default) and SSE transport. Use the `--transport sse --port 8000` flags to run with SSE.
How can I debug Youtube Translate?
The standard MCP Inspector may time out on video processing calls. Use Claude Desktop’s MCP logs located at `~/Library/Logs/Claude/mcp-server-{id}.log` and follow them with `tail -f`.
Can I deploy Youtube Translate with Docker?
Yes. Build the Docker image with `docker build -t youtube-translate-mcp .` and run it with the required API key environment variable.
Basic information
More Media & Design MCP servers
Vibe Design System
mondaycom🎨 Vibe Design System - Official monday.com UI resources for application development in React.js
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube

Riddle Quiz Maker
Riddle.comCreates and manages quizzes, polls, surveys, personality tests, forms, predictors, minigames and leaderboards on Riddle.com – with branching logic, custom design, live stats and embed code.
Designesy
LE-VAIDesign-system contract verification & scoring for AI agents. 40-check engine (95.3% A self-score), DTCG token validation, WCAG 2.2 a11y, Lottie motion. 17 tools, no auth.
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.
Comments