zlatkoc/youtube-summarize
MCP server that fetches YouTube video transcripts and optionally summarizes them. Supports multiple transcript formats (text, JSON, SRT, WebVTT), multi-language retrieval, and flexible YouTube URL parsing.
Quick Start
Clone the repository:
git clone https://github.com/zlatkoc/youtube-summarizeClaude Desktop configuration example:
{
"mcpServers": {
"youtube-summarize": {
"command": "npx",
"args": [
"-y",
"zlatkoc/youtube-summarize"
]
}
}
}Check the repository README for specific installation and configuration instructions.