Youtube Translate
@brianshin22
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"youtube-translate-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@brianshin22/youtube-translate-mcp",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「メディアとデザイン」の他のコンテンツ
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
コメント