YouTube Transcript MCP Server
Youtube Transcript MCP Server
This 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>
Installation
For Goose CLI
To enable the YouTube Transcript extension in Goose CLI,
edit the configuration file ~/.config/goose/config.yaml
to include the following entry:
For Goose Desktop
Add a new extension with the following settings:
- Type: Standard IO
- ID: youtube-transcript
- Name: Youtube Transcript
- Description: Retrieve transcripts of YouTube videos
- Command:
uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript
For more details on configuring MCP servers in Goose Desktop, refer to the documentation: Using Extensions - MCP Servers.
For Claude Desktop
To configure this server for Claude Desktop, edit the claude_desktop_config.json
file with the following entry under
mcpServers
:
After editing, restart the application. For more information, see: For Claude Desktop Users - Model Context Protocol.
Installing via Smithery
To install Youtube Transcript for Claude Desktop automatically via Smithery:
Tools
This MCP server provides the following tools:
get_transcript
Fetches the transcript of a specified YouTube video.
Parameters
- url (string): The full URL of the YouTube video. This field is required.
- lang (string, optional): The desired language for the transcript. Defaults to
en
if not specified.
License
This application is licensed under the MIT License. See the LICENSE file for more details.
You must be authenticated.
This server retrieves transcripts for given YouTube video URLs, enabling integration with Goose CLI or Goose Desktop for transcript extraction and processing.