
YouTube MCP Server
by adhikasp
Fetch and connect YouTube video transcripts directly to your LLM for analysis and summarization.
What it does
This server allows an AI to retrieve subtitles and transcripts from YouTube videos. By connecting YouTube's textual data to an LLM, users can summarize long videos, extract key points, or ask specific questions about the video's content without watching the entire clip.
Tools
get_transcript: Fetches the subtitle text for a given YouTube video ID or URL, including timestamps for precise referencing.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"youtube": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-youtube", "mcp-youtube"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uvx --from git+https://github.com/adhikasp/mcp-youtube mcp-youtubeInformation
- Pricing
- free
- Published
- 4/23/2026
- stars






