This server allows AI language models to interact with YouTube content through a standardized interface, providing features such as video and channel information retrieval, transcript management, and playlist operations.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get video details such as title, description, and duration. Parameters: videoId (string)
Retrieve the transcript of a video. Parameters: videoId (string), language (optional string)
Search for videos across YouTube. Parameters: query (string), maxResults (optional integer)
Get details about a specific channel. Parameters: channelId (string)
List videos from a specific channel. Parameters: channelId (string), maxResults (optional integer)
Get items from a specific playlist. Parameters: playlistId (string), maxResults (optional integer)
Get details of a specific playlist. Parameters: playlistId (string)