Description

Provides comprehensive YouTube video analysis through yt-dlp integration, offering transcript extraction with timestamp support, metadata retrieval, playlist parsing, comment fetching via YouTube API, screenshot capture, and audio clip extraction. Features advanced transcript filtering including time range selection, keyword search with context, and key segment extraction for token optimization. Supports both local stdio and remote HTTP modes with OAuth authentication.

Installation

git clone https://github.com/comzee/youtube-ultimate-toolkit-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "youtube-ultimate-toolkit": {
      "command": "node",
      "args": [
        "path/to/server.js"
      ]
    }
  }
}