Overview
What is Youtube?
Youtube is an MCP (Model Context Protocol) server that enables Claude to fetch and summarize YouTube videos by extracting titles, descriptions, and transcripts. It integrates with Claude Desktop through MCP and is intended for users who want quick, AI‑powered summaries of YouTube content.
How to use Youtube?
To use Youtube, add it to your Claude Desktop configuration (claude_desktop_config.json) with the command npx -y youtube-video-summarizer-mcp. Once integrated, you can ask Claude in natural language to summarize a YouTube video—for example, "Can you summarize this YouTube video for me? https://www.youtube.com/watch?v=dQw4w9WgXcQ". The server exposes the MCP command get-video-info-for-summary-from-url to retrieve basic video information.
Key features of Youtube
- Extracts YouTube video metadata (title, description, duration)
- Retrieves and processes video captions using
youtube-caption-extractor - Provides structured data to Claude for comprehensive summarization
- Works with Claude Desktop through MCP integration
- Supports natural‑language requests for video summaries
Use cases of Youtube
- Get a summary of any public YouTube video’s key points
- Request a structured overview of a video’s content and structure
- Obtain video metadata and captions for further analysis or note‑taking
FAQ from Youtube
What are the prerequisites for using Youtube?
Node.js version 18 or higher is required.
How do I integrate Youtube with Claude Desktop?
Add the server to your claude_desktop_config.json file under mcpServers with the command npx -y youtube-video-summarizer-mcp. Then restart Claude Desktop.
What commands does Youtube provide?
The server provides one MCP command: get-video-info-for-summary-from-url. You invoke it via natural language requests to Claude.
How does Youtube work behind the scenes?
It uses the youtube-caption-extractor library to fetch video captions/transcripts and communicates with Claude via the Model Context Protocol.
Does Youtube require authentication or API keys?
No authentication or API keys are mentioned in the documentation. It operates on publicly available YouTube video data.