How do I install the mcp-youtube server?
Install yt-dlp locally (via Homebrew or WinGet), then install mcp-youtube using mcp-installer with the name '@anaisbetts/mcp-youtube'.
What external tool does mcp-youtube require?
It requires yt-dlp to download subtitles from YouTube videos.
Can mcp-youtube work with models other than Claude?
Yes, while it is demonstrated with Claude, it can work with any LLM supporting MCP, including OpenAI and Gemini models.
How does mcp-youtube provide video data to the model?
It downloads subtitles and exposes them as structured context via the MCP protocol for model consumption.
Is internet access required for mcp-youtube?
Yes, internet access is needed to download YouTube video subtitles using yt-dlp.
Can mcp-youtube handle videos without subtitles?
It depends on the availability of subtitles; if none exist, the server cannot provide transcript data.
How do I use mcp-youtube with Claude?
After setup, ask Claude to summarize a YouTube video by providing the video URL, e.g., 'Summarize the YouTube video <<URL>>'.
Does mcp-youtube support multiple subtitle languages?
Yes, yt-dlp supports downloading subtitles in various languages, which mcp-youtube can expose to the model.