Fetches YouTube video comments and replies through the YouTube Data API, allowing retrieval of top-level comments with configurable ordering and limits for analysis and reporting.
yt_mcp — YouTube Comments MCP Server
一個遵循 Model Context Protocol (MCP) 的本機伺服器,提供工具:
fetch_comments(videoUrl, order="relevance|time", max=300)
回傳展開的 YouTube 頂層留言+回覆(JSON 字串)。
安裝
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Enables fetching and analyzing YouTube video comments and replies through the YouTube Data API. Supports sorting by relevance or time and returns structured JSON data for comment analysis, summarization, and translation tasks.