YouTube Subtitle Retrieval
STDIODownloads YouTube subtitles using yt-dlp and connects to claude.ai via MCP protocol.
Downloads YouTube subtitles using yt-dlp and connects to claude.ai via MCP protocol.
Uses yt-dlp
to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol. Try it by asking Claude, "Summarize the YouTube video <yt-dlp
to be installed locally e.g. via Homebrew.
Install yt-dlp
(Homebrew and WinGet both work great here)
# macOS brew install yt-dlp # Windows winget install yt-dlp
url
: YouTube video URL (required)language
: Subtitle language code (optional, default: 'ja')
ja
: Japaneseen
: Englishko
: Koreanzh
: Chinesefr
: French{ "mcpServers": { "youtube": { "command": "npx", "args": ["-y", "@kazuph/mcp-youtube"] } } }