An MCP server retrieving transcripts of YouTube videos
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"youtube-transcript": {
"args": [
"--from",
"git+https://github.com/jkawamoto/mcp-youtube-transcript",
"mcp-youtube-transcript"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This MCP server retrieves transcripts for given YouTube video URLs.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
Unreal Engine MCP server — 19 tools, 300+ actions for AI-driven editor control
MCP Security Weekly
Get CVE alerts and security updates for io.github.jkawamoto/mcp-youtube-transcript and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This MCP server retrieves transcripts for given YouTube video URLs.
This MCP server provides the following tools:
get_transcriptFetches the transcript of a specified YouTube video.
en if not specified.get_timed_transcriptFetches the transcript of a specified YouTube video with timestamps.
en if not specified.get_video_infoFetches the metadata of a specified YouTube video.
get_available_languagesRetrieves the available languages for the video.
[!NOTE] You'll need
uvinstalled on your system to useuvxcommand.
Please refer to this tutorial for detailed installation instructions: YouTube Transcript Extension.
Download the latest MCP bundle mcp-youtube-transcript.mcpb from
the Releases page,
then open the downloaded .mcpb file or drag it into the Claude Desktop's Settings window.
You can also manually configure this server for Claude Desktop.
Edit the claude_desktop_config.json file by adding the following entry under
mcpServers:
{
"mcpServers": {
"youtube-transcript": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jkawamoto/mcp-youtube-transcript",
"mcp-youtube-transcript"
]
}
}
}
After editing, restart the application.
For more information, see: Connect to local MCP servers - Model Context Protocol..
To configure this server for LM Studio, click the button below.