YouTube MCP Server
A Model Context Protocol server that provides tools to interact with YouTube videos, primarily for retrieving video subtitles. This server enables LLMs to extract content from YouTube videos for analysis and processing.
Available Tools
watch_youtube_video- Downloads and processes subtitles for a YouTube video.- Required arguments:
url(string): The URL of the YouTube video to watch.sub_lang(string): The language of the subtitles to download.
- Required arguments:
Installation
Prerequisites
This server requires:
- Python 3.11 or later
- yt-dlp (must be installed and available in your PATH)
Using uv
uv run src/server.py
Integration
- Start the server:
docker build -t youtube-mcp:latest .
docker run --rm -i --name youtube-mcp youtube-mcp:latest
- On cursor, add the following to your
mcp.jsonfile:
{
"mcpServers": {
"youtube-mcp": {
"transport": "sse",
"url": "http://localhost:8000/sse",
"description": "A simple MCP server to watch YouTube videos and download subtitles"
}
}
}
Examples of Questions for Cursor
- "What does this YouTube video talk about?" (provide URL)
- "Can you summarize this YouTube video for me?" (provide URL)
- "Extract the key points from this YouTube lecture" (provide URL)
- "Watch this YouTube tutorial and explain the steps" (provide URL)
Recommend MCP Servers 💡
findymail-mcp-server
A Model Context Protocol (MCP) server that integrates with the Findymail API to provide email validation and finding capabilities.
mcp_email_reader
MCP server to connect to an email server and read emails, exposing tools like search_emails, download_attachment, and list_folders
mcp-sequentialthinking-qa
An MCP server that adapts sequential thinking to guide tool usage and provide intelligent recommendations for QA and verification tasks.
Gemini Email Generator
An MCP server that uses Google's Gemini Flash 2 AI to generate email subjects and detailed thinking processes, designed for seamless integration with Claude Desktop.
mcp-panther
Write detections, investigate alerts, and query logs—all from your favorite AI agents
tldv
Provides a Model Context Protocol (MCP) server for seamless interaction with the tl;dv API, enabling AI models and MCP clients to access, analyze, and derive insights from meetings across Google Meet, Zoom, and Microsoft Teams.