Retrieves transcripts for given YouTube video URLs
100K+
Retrieves transcripts for given YouTube video URLs.
| Attribute | Details |
|---|---|
| Docker Image | mcp/youtube-transcript |
| Author | jkawamoto |
| Repository | https://github.com/jkawamoto/mcp-youtube-transcript |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/jkawamoto/mcp-youtube-transcript/blob/4a4e11b987d01be9cbd748263f3fdc104bd2916b/Dockerfile |
| Commit | 4a4e11b987d01be9cbd748263f3fdc104bd2916b |
| 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_timed_transcript | Retrieves the transcript of a YouTube video with timestamps. |
get_transcript | Retrieves the transcript of a YouTube video. |
get_video_info | Retrieves the video information. |
get_timed_transcriptRetrieves the transcript of a YouTube video with timestamps.
| Parameters | Type | Description |
|---|---|---|
url | string | The URL of the YouTube video |
lang | string optional | The preferred language for the transcript |
next_cursor | string optional | Cursor to retrieve the next page of the transcript |
get_transcriptRetrieves 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 |
next_cursor | string optional | Cursor to retrieve the next page of the transcript |
get_video_infoRetrieves the video information.
| Parameters | Type | Description |
|---|---|---|
url | string | The URL of the YouTube video |
{
"mcpServers": {
"youtube_transcript": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/youtube-transcript"
]
}
}
}
Content type
Image
Digest
sha256:f3a395136…
Size
66.3 MB
Last updated
3 months ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
2,388
Last week