mcp/youtube-transcript

Verified Publisher

By mcp

Updated 3 months ago

Retrieves transcripts for given YouTube video URLs

Image
Machine learning & AI
19

100K+

mcp/youtube-transcript repository overview

YouTube Transcripts MCP Server

Retrieves transcripts for given YouTube video URLs.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/jkawamoto/mcp-youtube-transcript/blob/4a4e11b987d01be9cbd748263f3fdc104bd2916b/Dockerfile
Commit4a4e11b987d01be9cbd748263f3fdc104bd2916b
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
langstring optionalThe preferred language for the transcript
next_cursorstring optionalCursor 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
langstring optionalThe preferred language for the transcript
next_cursorstring optionalCursor 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?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:f3a395136

Size

66.3 MB

Last updated

3 months ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

2,388

Last week