youtube-mcp
Click on "Deploy 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., "@youtube-mcpsummarize the transcript for https://www.youtube.com/watch?v=dQw4w9WgXcQ"
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.
youtube-mcp
MCP local para extrair transcrições e análise de vídeos do YouTube.
Tools disponíveis
Tool | Método | Dependências |
| Legendas via yt-dlp (formato json3) |
|
| Metadata via youtubei.js | Nenhuma extra |
| Análise visual via Gemini 1.5 Pro | yt-dlp + GEMINI_API_KEY |
| Transcrição local via Whisper | yt-dlp + whisper (pip) + FFmpeg |
Related MCP server: YouTube MCP
Instalação
cd "MCPs e Skills/youtube-mcp"
npm install
# Instalar yt-dlp (obrigatório para youtube_transcript, youtube_vision, youtube_whisper)
python3 -m pip install yt-dlp
# Instalar Whisper (apenas para youtube_whisper)
python3 -m pip install openai-whisper
# FFmpeg (necessário para Whisper)
winget install ffmpegConfiguração no Claude Desktop
Adicione em claude_desktop_config.json:
"youtube-mcp": {
"command": "node",
"args": ["C:\\Users\\Eric Luciano\\OneDrive\\Documentos\\GitHub\\MCPs e Skills\\youtube-mcp\\index.js"],
"env": {
"GEMINI_API_KEY": "sua-chave-aqui"
}
}Obtenha sua GEMINI_API_KEY em: https://aistudio.google.com/apikey
Formatos de URL suportados
https://www.youtube.com/watch?v=VIDEO_IDhttps://youtu.be/VIDEO_IDhttps://www.youtube.com/shorts/VIDEO_IDID direto:
VIDEO_ID(11 caracteres)
Notas técnicas
youtube_transcript: usa
yt-dlp --sub-format json3que produz legendas limpas sem duplicatas. Fallback automático para inglês se o idioma solicitado não estiver disponível.youtube_info: usa
youtubei.jspara obter metadata (título, canal, duração, legendas disponíveis) sem autenticação.youtube_vision: baixa o vídeo em baixa qualidade, envia para a Google File API e analisa com Gemini 1.5 Pro.
youtube_whisper: baixa apenas o áudio e transcreve localmente com OpenAI Whisper.
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that gives any LLM or agent clean YouTube transcripts on demand: a single video, a whole channel, or a playlist, plus AI cleanup of auto-generated captions. API-key auth, credit-based, same backend as the public v1 API. Get a free API key with 25 free credits at youtubetranscriptdownload.com/account.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
YouTube transcripts, search, channel browsing, and playlists for AI agents via MCP.
MCP server for Google Veo AI video generation
Related MCP Servers
- AlicenseBqualityFmaintenanceMCP (Model Context Protocol) server that utilizes the Google Gemini Vision API to interact with YouTube videos. It allows users to get descriptions, summaries, answers to questions, and extract key moments from YouTube videos.412 npm6MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables users to retrieve YouTube transcripts and perform video or channel searches without requiring Google API keys. It supports transcript chunking and provides tools for detailed video content analysis and channel metadata extraction.510 npm4MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables the extraction of transcripts and detailed metadata from YouTube videos. It allows users to retrieve video information like titles and descriptions, as well as transcripts with optional timestamps and language selection.2MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables searching YouTube and retrieving high-accuracy video transcripts using local Whisper AI transcription without requiring an API key. It supports single or batch processing and provides transcripts in multiple formats including text, JSON, and SRT.2Apache 2.0