Back to MCP Servers
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.
search-data-extraction
By zlatkoc
Installation
npx -y youtube-summarizeConfiguration
{
"mcpServers": {
"youtube-summarize": {
"command": "npx",
"args": ["-y", "youtube-summarize"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes