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
Retrieve details of a video by its ID. Parameters: videoId (string)
Retrieve the transcript of a video in a specified language. Parameters: videoId (string), language (optional string)
Search for videos on YouTube based on a query. Parameters: query (string), maxResults (optional integer)
Retrieve details of a channel by its ID. Parameters: channelId (string)
List videos from a channel by its ID. Parameters: channelId (string), maxResults (optional integer)
Retrieve items from a playlist by its ID. Parameters: playlistId (string), maxResults (optional integer)
Retrieve details of a playlist by its ID. Parameters: playlistId (string)