by jkawamoto
MCP server retrieving transcripts of YouTube videos
# Add to your Claude Code skills
git clone https://github.com/jkawamoto/mcp-youtube-transcriptThis MCP server retrieves transcripts for given YouTube video URLs.
<a href="https://glama.ai/mcp/servers/of3kwtmlqp"><img width="380" height="200" src="https://glama.ai/mcp/servers/of3kwtmlqp/badge" alt="YouTube Transcript Server MCP server" /></a>
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.
[!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",
...