MCPServers
YouTube Data - MCP server logo

YouTube Data

12
0

Summary

YouTube MCP Server provides a robust interface to the YouTube Data API, enabling AI assistants to retrieve and analyze video content, transcripts, channel statistics, and engagement metrics. Built with TypeScript and Node.js, it offers tools for searching videos, accessing captions with multi-language support, analyzing channel growth, and discovering trending content across different regions and categories. The implementation handles pagination for large result sets, provides detailed error handling, and includes environment variable configuration for API keys, making it particularly valuable for content research, video analysis, and trend identification workflows without leaving the conversation interface.

Available Actions(9)

getVideoDetails

Get detailed information about multiple YouTube videos including metadata, statistics, and content details. Required Parameters: videoIds (array)

searchVideos

Search for videos based on a query string. Required Parameters: query, maxResults (optional)

getTranscripts

Retrieve transcripts for multiple videos. Required Parameters: videoIds (array), lang (optional)

getRelatedVideos

Get videos related to a specific video based on YouTube's recommendation algorithm. Required Parameters: videoId, maxResults (optional)

getChannelStatistics

Retrieve detailed metrics for multiple channels including subscriber count, view count, and video count. Required Parameters: channelIds (array)

getChannelTopVideos

Get the most viewed videos from a specific channel. Required Parameters: channelId, maxResults (optional)

getVideoEngagementRatio

Calculate engagement metrics for multiple videos (views, likes, comments, and engagement ratio). Required Parameters: videoIds (array)

getTrendingVideos

Get currently popular videos by region and category. Required Parameters: regionCode (optional), categoryId (optional), maxResults (optional)

compareVideos

Compare statistics across multiple videos. Required Parameters: videoIds (array)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签