YouTube Comment Downloader MCP Server
@suckerfish
关于 YouTube Comment Downloader MCP Server
YouTube Comment Downloader MCP server that allows AI systems to download and analyze YouTube video comments without requiring API keys
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ytcomment_mcp": {
"command": "uv",
"args": [
"venv",
"&&",
"source",
".venv/bin/activate"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is YouTube Comment Downloader MCP Server?
A Model Context Protocol (MCP) server that provides AI systems with the ability to download and analyze YouTube video comments without requiring API keys. It uses web scraping, so no authentication is needed.
How to use YouTube Comment Downloader MCP Server?
Install dependencies with uv venv && source .venv/bin/activate && uv pip install -e ., test with python test_server.py, and run the server with python src/server.py. For MCP clients (e.g., Claude Desktop), add a configuration block using uv as the command pointing to src/server.py. The server exposes four tools: download_youtube_comments, get_comment_stats, search_comments, and get_top_comments_by_likes.
Key features of YouTube Comment Downloader MCP Server
- Four specialized tools for different comment analysis needs
- No authentication required – uses web scraping
- Context-efficient statistics tool (~200 tokens vs ~25,000 for full data)
- Built-in capacity planning with memory and timeout limits
- Engagement analysis with actual like-count sorting
Use cases of YouTube Comment Downloader MCP Server
- Download complete comment datasets for analysis with full metadata
- Get quick engagement insights without consuming large context windows
- Search for specific mentions, perform sentiment analysis, or research topics
- Find viral comments by actual likes that YouTube's algorithm may not surface first
FAQ from YouTube Comment Downloader MCP Server
What are the key limitations?
The data has a flat structure (no hierarchical reply threading), top-level and reply comments are mixed (~10%/90% split), scraping is rate limited (~30–90 seconds per 500–1,000 comments), and larger requests may time out. There are no API quotas, but YouTube's terms must be respected.
What parameters do the tools accept?
Common parameters: video_id, limit (1–10,000), and sort (0=popular, 1=recent). search_comments adds a search_term parameter. get_top_comments_by_likes accepts top_count (1–100) and sample_size (100–2,000, default 500).
How is context usage optimized?
The get_comment_stats tool returns only statistics and five sample comments, using approximately 200 tokens compared to roughly 25,000 tokens for the full comment data.
Is authentication or an API key required?
No. The server uses web scraping to retrieve comments, so no YouTube API key or authentication is needed.
媒体与设计 分类下的更多 MCP 服务器
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
YouTube MCP Server
ZubeidHendricksMCP Server for YouTube API, enabling video management, Shorts creation, and advanced analytics
评论