Back to MCP Servers

Youtube Summarize

MCP server that fetches YouTube video transcripts and optionally summarizes them. Supports multiple transcript formats (text, JSON, SRT, WebVTT), multi-language retrieval, and flexible YouTube URL parsing.

search-data-extraction

Installation

npx -y youtube-summarize

Configuration

{
  "mcpServers": {
    "youtube-summarize": {
      "command": "npx",
      "args": ["-y", "youtube-summarize"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub