YouTube Transcript

YouTube Transcript

mybuddymichael

Extracts transcripts from YouTube videos with language selection and formatting options. Provides video metadata and automatic paragraph segmentation for content analysis.

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.

601,071 views3Local (stdio)

What it does

  • Extract transcripts from YouTube videos
  • Select transcript language
  • Format text with paragraph breaks
  • Retrieve video titles and metadata
  • Decode HTML entities and normalize text

Best for

Content creators analyzing video scriptsResearchers studying video contentStudents extracting lecture notesContent writers repurposing video material
Multiple language supportAutomatic paragraph segmentation

About YouTube Transcript

YouTube Transcript is a community-built MCP server published by mybuddymichael that provides AI assistants with tools and capabilities via the Model Context Protocol. Easily fetch and analyze YouTube transcripts by video URL or ID. Use our YouTube transcript tool for fast content analys It is categorized under search web, other.

How to install

You can install YouTube Transcript in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

YouTube Transcript is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

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

Alternatives

Related Skills

Browse all skills
markitdown

Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting YouTube transcripts, or processing batches of files. Supports 20+ formats including DOCX, XLSX, PPTX, PDF, HTML, EPUB, CSV, JSON, images with OCR, and audio with transcription.

41
archon

Interactive Archon integration for knowledge base and project management via REST API. On first use, asks for Archon host URL. Use when searching documentation, managing projects/tasks, or querying indexed knowledge. Provides RAG-powered semantic search, website crawling, document upload, hierarchical project/task management, and document versioning. Always try Archon first for external documentation and knowledge retrieval before using other sources.

2
video-transcript-downloader

Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.

0
youtube-api

YouTube API access without the official API quota hassle — transcripts, search, channels, playlists, and metadata with no Google API key needed. Use when the user needs YouTube data programmatically, wants to avoid Google API quotas, or asks for "youtube api", "get video data", "youtube without api key", "no quota youtube".

0
youtube

The most comprehensive YouTube skill for AI agents. Extract transcripts for FREE (zero API quota!), search with filters, batch video details, read comments, download videos/audio. We analyzed 15+ YouTube tools and built the one that does everything.

0
youtube-full

Complete YouTube toolkit — transcripts, search, channels, playlists, and metadata all in one skill. Use when you need comprehensive YouTube access, want to search and then get transcripts, browse channel content, work with playlists, or need the full suite of YouTube data endpoints. The all-in-one YouTube skill for agents.

0