YouTube Researcher MCP Server
Related Servers
Alternatives to YouTube Researcher MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with the YouTube Data API, allowing users to search videos, get video and channel details, analyze trends, and fetch video transcripts.-
- AlicenseNot gradedqualityBmaintenanceMCP server that automates YouTube research by finding viral videos, analyzing transcripts via Google NotebookLM, and generating content ideas and scripts.17MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for YouTube that provides tools to fetch video metadata and transcripts, enabling natural language queries about YouTube videos.2-
- AlicenseAqualityCmaintenanceA production-ready MCP server for YouTube integration with intelligent caching. Enables searching videos, retrieving transcripts, analyzing channels, and monitoring live streams via natural language.311MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables users to retrieve YouTube transcripts and perform video or channel searches without requiring Google API keys. It supports transcript chunking and provides tools for detailed video content analysis and channel metadata extraction.533 npm4MIT
- FlicenseAqualityAmaintenanceMCP server that lets you search and list YouTube channel videos, fetch video details, and extract transcripts with timestamps using natural language.5-
TDQS
Scored across 6 tools
The tools are mostly distinct, but youtube_search_niche and youtube_analyse_niche overlap in purpose—both search a niche, differing only in analysis depth. The description for search_niche is also confusingly worded, mentioning video IDs from a previous search, which blurs its role.
All tools use a consistent 'youtube_' prefix with snake_case, and most follow a verb_noun pattern (e.g., get_video_details, analyse_niche). However, 'quota_status' lacks a verb, deviating slightly from the otherwise coherent naming scheme.
With 6 tools, the server is well-scoped for a YouTube research purpose. Each tool covers a necessary function—search, analysis, video details, channel details, thumbnails, and quota—without excess redundancy.
The toolset covers core research workflows: search/analyze niches, retrieve video/channel metadata, download thumbnails, and monitor API usage. Minor gaps exist, such as no direct comment retrieval or transcript access, but the main research lifecycle is well-covered.