Youtube
@nabid-pf
About Youtube
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": [
"-y",
"youtube-video-summarizer-mcp"
]
}
}
}Tools
1Get title, description, duration, and captions of a YouTube video from a URL
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.
Frequently asked questions
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.
Basic information
More Media & Design MCP servers
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.

Google Maps
modelcontextprotocolModel Context Protocol Servers
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
Comments