Explore
Contribute
Sign In

Explore

  1. Explore
  2. /
  3. Search
  4. /
  5. YouTube Transcripts

YouTube Transcripts

YouTube Transcripts

mcp

Retrieves transcripts for given YouTube video URLs.

100K+

3 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

OverviewTools (3)Manual installation
Docker Hub⁠Github repository⁠

Use cases

Retrieves the transcript of a YouTube video with timestamps.

Retrieves the transcript of a YouTube video.

Retrieves the video information.

About

YouTube transcripts MCP Server

Retrieves transcripts for given YouTube video URLs.

What is an MCP Server?⁠

MCP Info

AttributeDetails
Docker Imagemcp/youtube-transcript⁠
Authorjkawamoto⁠
Repositoryhttps://github.com/jkawamoto/mcp-youtube-transcript⁠

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/jkawamoto/mcp-youtube-transcript/blob/157b9cbbe91b97044dc93809ecb27dffca1fae00/Dockerfile⁠
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/youtube-transcript --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (3)

Tools provided by this ServerShort Description
get_timed_transcriptRetrieves the transcript of a YouTube video with timestamps.
get_transcriptRetrieves the transcript of a YouTube video.
get_video_infoRetrieves the video information.

Tools Details

Tool: get_timed_transcript

Retrieves the transcript of a YouTube video with timestamps.

ParametersTypeDescription
urlstringThe URL of the YouTube video
langstringoptionalThe preferred language for the transcript
next_cursorstringoptionalCursor to retrieve the next page of the transcript

Tool: get_transcript

Retrieves the transcript of a YouTube video.

ParametersTypeDescription
urlstringThe URL of the YouTube video
langstringoptionalThe preferred language for the transcript
next_cursorstringoptionalCursor to retrieve the next page of the transcript

Tool: get_video_info

Retrieves the video information.

ParametersTypeDescription
urlstringThe URL of the YouTube video

Use this MCP Server

{
  "mcpServers": {
    "youtube_transcript": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/youtube-transcript"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?⁠

Manual installation

You can install the MCP server using:

​

Installation for

Related servers

© 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal