
YouTube Video Summarizer MCP Server
The YouTube Video Summarizer MCP Server lets AI assistants and developers extract and summarize YouTube video content—including titles, descriptions, and transc...
The YouTube MCP Server is a Model Context Protocol (MCP) server implementation that enables AI language models and assistants to interact with YouTube content programmatically through a standardized interface. By connecting the YouTube MCP Server to your AI workflow, you can automate video management, access advanced analytics, retrieve transcripts, and manage channels and playlists directly via API calls. This integration empowers developers and AI agents to perform tasks such as searching for videos, extracting detailed metadata, managing playlists, and analyzing channel statistics, all without leaving their development environment. The server enhances productivity by streamlining access to YouTube’s wealth of data and services, making it a powerful tool for building content-driven applications, automating content moderation, and enabling rich AI-powered media workflows.
No prompt templates are documented in the repository.
No explicit MCP resources are documented in the repository.
No direct tool definitions found in server.py or similar files. The following features are implied by the README and may be implemented as tools:
No Windsurf-specific setup instructions are provided in the repository.
npm install -g zubeid-youtube-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
on macOS or %APPDATA%\Claude\claude_desktop_config.json
on Windows).{
"mcpServers": {
"zubeid-youtube-mcp-server": {
"command": "zubeid-youtube-mcp-server",
"env": {
"YOUTUBE_API_KEY": "your_youtube_api_key_here"
}
}
}
}
Alternative using NPX:
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["-y", "zubeid-youtube-mcp-server"],
"env": {
"YOUTUBE_API_KEY": "your_youtube_api_key_here"
}
}
}
}
No Cursor-specific setup instructions are provided in the repository.
No Cline-specific setup instructions are provided in the repository.
It is recommended to store your YouTube API key using environment variables in the configuration. Example:
{
"mcpServers": {
"zubeid-youtube-mcp-server": {
"command": "zubeid-youtube-mcp-server",
"env": {
"YOUTUBE_API_KEY": "your_youtube_api_key_here"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"youtube-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “youtube-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit MCP resources documented |
List of Tools | ✅ | Tools inferred from feature list (not explicitly defined in code) |
Securing API Keys | ✅ | Documented via config examples |
Sampling Support (less important in evaluation) | ⛔ | No mention of sampling support |
Based on the information provided and the two tables, the YouTube MCP Server is well-documented for installation and usage on Claude, with clear instructions for securing API keys and a strong feature set. However, it lacks explicit documentation for prompt templates, resource primitives, and sampling/roots support, limiting its extensibility for advanced MCP workflows.
Overall, this MCP server is a strong candidate for YouTube content and analytics integration, especially for Claude users. Its lack of prompt/resource documentation and missing explicit sampling/roots support are notable downsides, but it remains quite useful for practical video management and analytics workflows.
MCP Score: 7/10
Has a LICENSE | ⛔ (No LICENSE file found) |
---|---|
Has at least one tool | ✅ (features/tools implied) |
Number of Forks | 43 |
Number of Stars | 215 |
It acts as a standardized interface between AI agents and YouTube, allowing your workflows to automate video analytics, retrieve transcripts, manage playlists, search for videos, and access channel statistics—all via API.
Automated video analytics, content moderation, transcript extraction and search, channel and playlist management, and advanced YouTube content discovery are all enabled by this server.
Store your YouTube API key in the configuration’s environment variables section (`env`) rather than hardcoding it, as shown in the setup instructions.
No explicit support for prompt templates or sampling is documented in the server’s repository.
Claude Desktop is fully documented. Other clients like Cursor, Windsurf, and Cline are not explicitly covered in the current documentation.
The server lacks explicit prompt/resource documentation and sampling/roots support, which may limit advanced MCP workflow extensibility.
Seamlessly connect YouTube to FlowHunt AI agents for advanced video analytics, transcript search, content curation, and more.
The YouTube Video Summarizer MCP Server lets AI assistants and developers extract and summarize YouTube video content—including titles, descriptions, and transc...
The bilibili MCP Server connects AI assistants and applications to the bilibili.com API, enabling workflows to access video metadata, search results, and user i...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...