The YouTube MCP Server utilizes yt-dlp to fetch subtitles from YouTube videos and connects to Claude AI for summarization. This tool enables users to easily access and analyze video content without manual transcription.
383
Stars
45
Forks
To download and summarize YouTube video subtitles using AI.
The YouTube MCP Server utilizes yt-dlp to fetch subtitles from YouTube videos and connects to Claude AI for summarization. This tool enables users to easily access and analyze video content without manual transcription.
Fetch YouTube subtitles
typescript
383
45
Ensure yt-dlp is installed locally before running the MCP server.
Step 1
Install yt-dlp using Homebrew or WinGet.
Step 2
Install the MCP server via the mcp-installer by running: npm install @anaisbetts/mcp-youtube.
Step 3
Ensure that the installation is successful by checking the package version.
Step 4
Run the MCP server using the command: mcp-youtube <YouTube URL> to fetch subtitles.
Step 5
Connect to Claude AI by following the Model Context Protocol documentation for further integration.
Developer: Ani Betts