Retrieves transcripts for given YouTube video URLs.
10K+
12
1 Tool
Version 4.43 or later needs to be installed to add the server automatically
About
Retrieves transcripts for given YouTube video URLs.
Attribute | Details |
---|---|
Docker Image | mcp/youtube-transcript |
Author | jkawamoto |
Repository | https://github.com/jkawamoto/mcp-youtube-transcript |
Dockerfile | https://github.com/jkawamoto/mcp-youtube-transcript/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/youtube-transcript --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
get_transcript | Retrieves the transcript of a YouTube video. |
Tool: get_transcript
Retrieves the transcript of a YouTube video.
Parameters | Type | Description |
---|---|---|
url | string | The URL of the YouTube video |
lang | string optional | The preferred language for the transcript |
{
"mcpServers": {
"youtube_transcript": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/youtube-transcript"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for