YouTube Transcript MCP Server by jkawamoto
55 score
This server retrieves transcripts for given YouTube video URLs, enabling integration with Goose CLI or Goose Desktop for transcript extraction and processing.
Ranked #782 out of 3252 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 1.0k
Freshness 1d ago
Issue Health 53%
Stars 351
Platform Breadth 1 platform
Contributors 4
Description Detailed
How to Improve
Platforms medium impact
Supported Platforms
From the README
# YouTube Transcript MCP Server This MCP server retrieves transcripts for given YouTube video URLs. <a href="https://glama.ai/mcp/servers/of3kwtmlqp"></a> ## 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. - **next_cursor** *(string, optional)*: Cursor to retrieve the next page of the transcript. ### `get_timed_transcript` Fetches the transcript of a specified YouTube video with timestamps. #### 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. - **next_cursor** *(string, optional)*: Cursor to retrieve the next page of the transcript. ### `get_video_iRead full README on GitHub →