YouTube Video Summarizer - Secure MCP Server by ALMC Security 2025

YouTube Video Summarizer

View on GitHub

MseeP.ai Security Assessment Badge

YouTube Video Summarizer MCP

An MCP (Model Context Protocol) server that enables Claude to fetch and summarize YouTube videos by extracting titles, descriptions, and transcripts.

npm versionLicense: MITsmithery badge

Features

  • Extract YouTube video metadata (title, description, duration)
  • Retrieve and process video captions using youtube-caption-extractor
  • Provide structured data to Claude for comprehensive video summarization
  • Works with Claude Desktop through MCP integration

Prerequisites

  • Node.js (v18 or higher)

Integrating with Claude Desktop

To add the MCP server to Claude Desktop:

  1. Go to Settings > Developer > Edit config
  2. Add the following to your claude_desktop_config.json file:
{
  "mcpServers": {
    "youtube-video-summarizer": {
      "command": "npx",
      "args": ["-y", "youtube-video-summarizer-mcp"]
    }
  }
}

Available MCP Commands

When integrated with Claude, the following commands become available:

  • get-video-info-for-summary-from-url: Get basic information about a YouTube video

Example Usage

Once integrated with Claude Desktop, you can use natural language to request video summaries:

For Developers

Building from Source

# Clone the repository
git clone https://github.com/yourusername/youtube-video-summarizer-mcp.git
cd youtube-video-summarizer-mcp

# Install dependencies
npm install

# Build the project
npm run build

# Start the inspector
npx @modelcontextprotocol/inspector node dist/index.js

Run tool

  • Click connect
  • Select the tool to run
  • Put video url in the field
  • Click run

How It Works

This project uses:

  • youtube-caption-extractor to extract video captions/transcripts
  • The Model Context Protocol (MCP) to communicate with Claude

License

MIT

Related in Productivity - Secure MCP Servers

ServerSummaryActions
TrackMageA Model Context Protocol (MCP) server for shipment tracking api, package monitoring, and logistics m...View
MCP Wait Timer ServerAn MCP (Model Context Protocol) server providing a simple wait tool.View
Vedit-MCPThis is an MCP service for video editing, which can achieve basic editing operations with just one s...View
Fathom AnalyticsAn unofficial Model Context Protocol (MCP) server for accessing Fathom Analytics data through an AI...View
Obsidian Local REST APIAn AI-Native MCP (Model Context Protocol) server that provides intelligent, task-oriented tools for...View
Notes MCP ServerAn MCP (Model Context Protocol) server for interacting with Obsidian notes. This server provides too...View