Skip to content

Youtube Video Summarizer

Free

by MCP Community

An MCP server for YouTube video summarization

v1.8.9Added Apr 12, 2026
youtubesummarizermcpaivideo
Works with:ClaudeGPTGeminiCopilot

Youtube Video Summarizer MCP Server

An MCP server for YouTube video summarization

Installation

npx -y youtube-video-summarizer-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y youtube-video-summarizer-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "youtube-video-summarizer": {
      "command": "npx",
      "args": ["-y", "youtube-video-summarizer-mcp"]
    }
  }
}