jkawamoto/mcp-youtube-transcript
MCP server retrieving transcripts of YouTube videos
Overview
jkawamoto/mcp-youtube-transcript is a Python MCP server licensed under MIT. MCP server retrieving transcripts of YouTube videos Topics: mcp-server, python, youtube.
Ranked #285 out of 25632 indexed tools.
In the top 2% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Python MIT
mcp-serverpythonyoutube
Signal Breakdown
Stars 340
Freshness 2d ago
Issue Health 47%
Contributors 5
Dependents 0
Forks 60
Description Good
License MIT
How to Improve
Description low impact
Issue Health high impact
Dependents medium impact
Matched Queries
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 →
Are you the maintainer? Claim this listing