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 detailed information about a YouTube video. Parameters: videoId (string), parts (optional string)
Search for videos on YouTube. Parameters: query (string), maxResults (optional number), order (optional string), publishedAfter (optional string), publishedBefore (optional string), channelId (optional string), uniqueChannels (optional boolean), channelMinSubscribers (optional number), channelMaxSubscribers (optional number), channelLastUploadAfter (optional string), channelLastUploadBefore (optional string), creatorOnly (optional boolean), sortBy (optional string)
Get the transcript of a YouTube video. Parameters: videoId (string), language (optional string)
Get information about a YouTube channel. Parameters: channelId (string)
Get information about multiple YouTube channels. Parameters: channelIds (string[]), includeLatestUpload (optional boolean)
Search for YouTube channels by handle, name, or query. Parameters: query (string), maxResults (optional number), order (optional string), channelType (optional string), minSubscribers (optional number), maxSubscribers (optional number), lastUploadAfter (optional string), lastUploadBefore (optional string), creatorOnly (optional boolean), sortBy (optional string)
Find creator channels from video mentions with channel-size and activity filters. Parameters: query (string), maxResults (optional number), order (optional string), videoPublishedAfter (optional string), videoPublishedBefore (optional string), channelMinSubscribers (optional number), channelMaxSubscribers (optional number), channelLastUploadAfter (optional string), channelLastUploadBefore (optional string), creatorOnly (optional boolean), sortBy (optional string), sampleVideosPerChannel (optional number)
Get videos from a specific channel. Parameters: channelId (string), maxResults (optional number)
Get information about a YouTube playlist. Parameters: playlistId (string)
Get videos in a YouTube playlist. Parameters: playlistId (string), maxResults (optional number)