MCP.so
ログイン
Y

Youtube

@nabid-pf

Youtube について

概要はまだありません

基本情報

カテゴリ

メディアとデザイン

トランスポート

stdio

公開者

nabid-pf

投稿者

Nabid Niloy

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "youtube": {
      "command": "npx",
      "args": [
        "-y",
        "youtube-video-summarizer-mcp"
      ]
    }
  }
}

ツール

1

Get 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.

コメント

「メディアとデザイン」の他のコンテンツ