The YouTube MCP Server enables Claude to summarize YouTube videos by:
- Downloading subtitles from any YouTube video URL
- Connecting to claude.ai via Model Context Protocol
- Providing the subtitle content to Claude for processing
- Allowing Claude to overcome its typical limitation of not being able to directly access YouTube video content
- Enabling users to request video summaries by simply providing a YouTube URL
Downloads subtitles from YouTube videos to provide context to Claude
YouTube MCP Server
Uses yt-dlp
to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol. Try it by asking Claude, "Summarize the YouTube video <>". Requires yt-dlp
to be installed locally e.g. via Homebrew.
How do I get this working?
- Install
yt-dlp
(Homebrew and WinGet both work great here) - Now, install this via mcp-installer, use the name
@anaisbetts/mcp-youtube
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Uses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video captions and subtitles through a simple interface.Last updated -1526189JavaScriptMIT License
- -securityFlicense-qualityThis server allows AI language models to interact with YouTube content through a standardized interface, providing features such as video and channel information retrieval, transcript management, and playlist operations.Last updated -169179TypeScript
- -securityAlicense-qualityConnects 'yt-dlp' with LLMs via the Model Context Protocol, allowing users to download YouTube content and integrate it with Dive and other MCP-compatible LLMs.Last updated -212516TypeScriptMIT License
- -securityFlicense-qualityEnables AI language models to interact with YouTube content through a standardized interface, providing tools for retrieving video information, transcripts, channel analytics, and trend analysis.Last updated -8521JavaScript