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
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Comments