YouTube Transcript Extension
Watch the demo
This tutorial covers how to add the YouTube Transcript MCP Server as a goose extension to enable fetching and working with YouTube video transcripts.
- goose Desktop
- goose CLI
Command
uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript
Configurationβ
Note that you'll need uv installed on your system to run this command, as it uses uvx.
- goose Desktop
- goose CLI
- Launch the installer
- Click
Yesto confirm the installation - Click the button in the top-left to open the sidebar
- Navigate to the chat
- Run the
configurecommand:
goose configure
- Choose to add a
Command-line Extension.
β goose-configure
β
β What would you like to configure?
β Add Extension
β
β What type of extension would you like to add?
β β Built-in Extension
β β Command-line Extension (Run a local command or script)
β β Remote Extension (SSE)
β β Remote Extension (Streaming HTTP)
β
- Give your extension a name.
β goose-configure
β
β What would you like to configure?
β Add Extension
β
β What type of extension would you like to add?
β Command-line Extension
β
β What would you like to call this extension?
β YouTube Transcript
β
- Enter the command to run when this extension is used.
β goose-configure
β
β What would you like to configure?
β Add Extension
β
β What type of extension would you like to add?
β Command-line Extension
β
β What would you like to call this extension?
β YouTube Transcript
β
β What command should be run?
β uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript
β
- Enter the number of seconds Goose should wait for actions to complete before timing out. Default is
300seconds.
β goose-configure
β
β What would you like to configure?
β Add Extension
β
β What type of extension would you like to add?
β Command-line Extension
β
β What would you like to call this extension?
β YouTube Transcript
β
β What command should be run?
β uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript
β
β Please set the timeout for this tool (in secs):
β 300
β
- Enter a description for this extension.
β goose-configure
β
β What would you like to configure?
β Add Extension
β
β What type of extension would you like to add?
β Command-line Extension
β
β What would you like to call this extension?
β YouTube Transcript
β
β What command should be run?
β uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript
β
β Please set the timeout for this tool (in secs):
β 300
β
β Enter a description for this extension:
β Access YouTube video transcripts
β
- Choose
Nowhen asked to add environment variables.
β goose-configure
β
β What would you like to configure?
β Add Extension
β
β What type of extension would you like to add?
β Command-line Extension
β
β What would you like to call this extension?
β YouTube Transcript
β
β What command should be run?
β uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript
β
β Please set the timeout for this tool (in secs):
β 300
β
β Enter a description for this extension:
β Access YouTube video transcripts
β
β Would you like to add environment variables?
β No
β
β Added YouTube Transcript extension
Example Usageβ
The YouTube Transcript extension allows you to fetch and work with transcripts from YouTube videos. You'll need the video ID from the YouTube URL you want to get the transcript for.
goose Promptβ
Get me the transcript for this YouTube video: https://www.youtube.com/watch?v=dQw4w9WgXcQ
goose Outputβ
I'll help you get the transcript for that video. The video ID is "dQw4w9WgXcQ". Let me fetch the transcript for you.
Here's the transcript:
[Transcript content would appear here with timestamps and text]
I've retrieved the transcript for Rick Astley's "Never Gonna Give You Up" music video. The transcript shows the lyrics of the song, though there are some minor transcription errors due to the automated nature of the system. The transcript includes the iconic chorus and verses of this famous 1987 song, which has become one of the most well-known internet memes, often used for "rickrolling."
Would you like me to help you with anything else regarding the video or its transcript?