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., "@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 |
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.