@kazuph/mcp-youtube
Servidor MCP de YouTube
Usa yt-dlp para descargar subtítulos de YouTube y lo conecta a claude.ai mediante el Protocolo de Contexto de Modelo . Pruébalo preguntando a Claude: "Resume el video de YouTube <>". Requiere que yt-dlp esté instalado localmente, por ejemplo, mediante Homebrew.
¿Cómo puedo hacer que esto funcione?
Instalar yt-dlp (Homebrew y WinGet funcionan muy bien aquí)
# macOS
brew install yt-dlp
# Windows
winget install yt-dlpParámetros
url: URL del vídeo de YouTube (obligatorio)language: Código de idioma de los subtítulos (opcional, predeterminado: 'ja')Utiliza códigos de idioma ISO 639-1
Códigos de lenguaje comunes:
ja: japonésen: Inglésko: coreanozh: chinofr: francés
Nota: Se producirá un error si no existen subtítulos en el idioma especificado.
Ejemplo
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-youtube"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video captions and subtitles through a simple interface.1868582MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.18681MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables access to YouTube video content through transcripts, translations, summaries, and subtitle generation in various languages.54MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video transcripts and subtitles through a simple interface, making it ideal for content analysis and processing.133135MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
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/kazuph/mcp-youtube'
If you have feedback or need assistance with the MCP directory API, please join our Discord server