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.
Get video details including title, description, duration, etc. Parameters: videoId (string)
List videos from a specific channel. Parameters: channelId (string), maxResults (optional integer)
Get video statistics such as views, likes, and comments. Parameters: videoId (string)
Search for videos across YouTube. Parameters: query (string), maxResults (optional integer)
Retrieve video transcripts for a specific video. Parameters: videoId (string), language (optional string)
Get details about a specific channel. Parameters: channelId (string)
List playlists associated with a specific channel. Parameters: channelId (string)
Get statistics for a specific channel. Parameters: channelId (string)
List items in a specific playlist. Parameters: playlistId (string), maxResults (optional integer)
Get details about a specific playlist. Parameters: playlistId (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs