youtube-mcp
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 |
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP (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.Last updated4216MIT
- AlicenseAqualityBmaintenanceAn 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.Last updated51034MIT
- 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.Last updated2MIT
- Alicense-qualityCmaintenanceAn 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.Last updated2Apache 2.0
Related MCP Connectors
MCP server for Google Veo AI video generation
MCP server for Wan AI video generation
Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ericluciano/youtube-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server