Youtube
@nabid-pf
Youtube について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": [
"-y",
"youtube-video-summarizer-mcp"
]
}
}
}ツール
1Get title, description, duration, and captions of a YouTube video from a URL
概要
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.
「メディアとデザイン」の他のコンテンツ
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
MiniMax MCP
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify
コメント