YouTube Comment Downloader MCP Server
@suckerfish
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ytcomment_mcp": {
"command": "uv",
"args": [
"venv",
"&&",
"source",
".venv/bin/activate"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Media & Design MCP servers
KiCAD MCP: AI-Assisted PCB Design
mixelpixxKiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
MiniMax MCP JS
MiniMax-AIOfficial MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components

Google Maps
modelcontextprotocolModel Context Protocol Servers
Comments