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 |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/jkawamoto/mcp-youtube-transcript/blob/157b9cbbe91b97044dc93809ecb27dffca1fae00/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_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 | stringoptional | The preferred language for the transcript |
next_cursor | stringoptional | 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 | stringoptional | The preferred language for the transcript |
next_cursor | stringoptional | 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"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for