YouTube MCP(Model Context Protcol) Server
@PrajwalPrashanth
About YouTube MCP(Model Context Protcol) Server
MCP server to fetch and extract transcripts from YouTube videos. Enable AI/LLMs to have access to transcripts for further actions like summarize, write blog..
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"youtube-mcp-server-prajwalprashanth": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is YouTube MCP Server?
YouTube MCP Server is a Model Context Protocol (MCP) server that provides a tool to fetch and extract transcripts from YouTube videos. It enables AI language models to access complete text transcripts from YouTube URLs, process video content through transcripts, and reference video information in conversations.
How to use YouTube MCP Server?
Install the dependencies and add the server to Claude Desktop using uv run mcp install -e . server.py -n "youtube-mcp". Once installed, a tool icon appears in the Claude Desktop UI; provide a YouTube video URL and ask for actions such as summarization using the transcript.
Key features of YouTube MCP Server
- Fetches and extracts transcripts from YouTube video URLs
- Provides complete text transcripts to AI language models
- Acts as a bridge between AI models and YouTube content
- Automatically formats extracted transcript text
Use cases of YouTube MCP Server
- Summarize the content of a YouTube video using its transcript
- Analyze or discuss specific parts of a video’s spoken content
- Extract information from educational or tutorial videos for reference
FAQ from YouTube MCP Server
What exactly does this server do?
It fetches the transcript text of a YouTube video and provides it to an AI model, allowing the model to process and discuss the video content.
What dependencies are required?
You need Python, the uv package manager, and the dependencies listed in pyproject.toml. The README provides install commands for macOS, Linux, and Windows.
How do I add this server to Claude Desktop?
Run uv run mcp install -e . server.py -n "youtube-mcp" from the cloned repository directory after setting up the virtual environment and installing dependencies.
How do I use it after installation?
Once the tool icon appears in Claude Desktop, simply provide a YouTube URL and ask the model to perform an action like summarizing the video’s transcript.
Is there any authentication or transport configuration required?
The README does not mention any authentication, API keys, or transport settings. Setup follows the standard MCP server configuration for Claude Desktop.
More Media & Design MCP servers
yt-dlp-mcp
kevinwattA Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
Design Systems Mcp
southleftI'm your specialized design systems assistant. Ask me about components, tokens, patterns, and best practices.
Comments