Submit

Youtube Video Summarizer

@nabid-pf

Overview

What is YouTube Video Summarizer?

YouTube Video Summarizer is a Model Context Protocol (MCP) server that allows users to fetch and summarize YouTube videos by extracting titles, descriptions, and transcripts.

How to use YouTube Video Summarizer?

To use the YouTube Video Summarizer, integrate it with Claude Desktop by adding the MCP server configuration to your settings. Once integrated, you can request video summaries using natural language commands.

Key features of YouTube Video Summarizer?

  • Extracts YouTube video metadata (title, description, duration)
  • Retrieves and processes video captions using youtube-caption-extractor
  • Provides structured data for comprehensive video summarization
  • Works seamlessly with Claude Desktop through MCP integration

Use cases of YouTube Video Summarizer?

  1. Summarizing educational videos for quick learning.
  2. Extracting key points from tutorials for easier understanding.
  3. Providing concise overviews of long videos for time-saving.

FAQ from YouTube Video Summarizer?

  • How do I integrate the YouTube Video Summarizer with Claude Desktop?

You can integrate it by adding the specified MCP server configuration to your claude_desktop_config.json file.

  • What commands can I use with the integrated tool?

You can use commands like get-video-info-for-summary-from-url to get basic information about a YouTube video.

  • Is there a prerequisite for using this tool?

Yes, you need to have Node.js (v18 or higher) installed.

Server Config

{
  "mcpServers": {
    "youtube-video-summarizer": {
      "command": "npx",
      "args": [
        "-y",
        "youtube-video-summarizer-mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

Youtube Video Summarizer MCP Server