Sign inSign up

mcp/youtube-transcript

Verified Publisher

By mcp

Updated 2 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/0a42884fc8e5eb03dd331b6519411849bcd26a95/Dockerfile
Commit0a42884fc8e5eb03dd331b6519411849bcd26a95
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 (4)

Tools provided by this ServerShort Description
get_available_languagesRetrieves the available languages for the video.
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_available_languages

Retrieves the available languages for the video.

ParametersTypeDescription
urlstringThe URL of the YouTube video

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:90eefb484

Size

66.7 MB

Last updated

2 months ago

docker pull mcp/youtube-transcript

This week's pulls

Pulls:

1,133

Last week