MCP Hub
Back to servers

YouTube Transcript

MCP (Model Context Protocol) Server. Fetches and analyzes YouTube video transcripts by accepting URLs or video IDs and returning formatted transcript data with timestamps for video content analysis without watching.

Stars
62
Forks
2
Updated
Jul 15, 2025
Validated
Jan 9, 2026

youtube-transcript-mcp

A simple MCP server that lets LLMs easily get the transcript of YouTube videos.

To install

Add this to your LLM app's MCP settings:

{
  "mcpServers": {
    "youtube-transcript": {
      "command": "bunx",
      "args": ["--bun", "-y", "youtube-transcript-mcp"]
    }
  }
}

If you prefer node to bun, you can use npx instead:

{
  "mcpServers": {
    "youtube-transcript": {
      "command": "npx",
      "args": ["-y", "youtube-transcript-mcp"]
    }
  }
}

To use

Just ask your LLM about a YouTube video:

Summarize this video: https://www.youtube.com/watch?v=dQw4w9WgXcQ

What are the three key points of this video? https://www.youtube.com/watch?v=dQw4w9WgXcQ

What are some counterpoints to this argument here? https://www.youtube.com/watch?v=dQw4w9WgXcQ

Reviews

No reviews yet

Sign in to write a review