YouTube transcripts

YouTube transcripts

Retrieves transcripts for given YouTube video URLs.

10K+

12

1 Tool

Signed
Built by Docker
Add to Docker Desktop

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

About

YouTube transcripts MCP Server

Retrieves transcripts for given YouTube video URLs.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/youtube-transcript
Authorjkawamoto
Repositoryhttps://github.com/jkawamoto/mcp-youtube-transcript
Dockerfilehttps://github.com/jkawamoto/mcp-youtube-transcript/blob/main/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 (1)

Tools provided by this ServerShort Description
get_transcriptRetrieves the transcript of a YouTube video.

Tools Details

Tool: get_transcript

Retrieves the transcript of a YouTube video.

ParametersTypeDescription
urlstringThe URL of the YouTube video
langstringoptionalThe preferred language for the transcript

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