MCP Youtube Transcript
未认领MCP server retrieving transcripts of YouTube videos
mcp-serverpythonyoutube
工具(7 个)
get_available_languages
Retrieves the available languages for the video.
get_timed_transcript
Fetches the transcript of a specified YouTube video with timestamps.
get_transcript
Fetches the transcript of a specified YouTube video.
get_video_info
Fetches the metadata of a specified YouTube video.
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.
url
(string): The full URL of the YouTube video. This field is required.