
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...

Automate YouTube content management and analytics directly in FlowHunt with the YouTube MCP Server.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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 |
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 Dumpling AI MCP Server for FlowHunt enables AI assistants to connect with a wide range of external data sources, APIs, and developer tools. It empowers auto...

The OpenSearch MCP Server enables seamless integration of OpenSearch with FlowHunt and other AI agents, allowing programmatic access to search, analytics, and c...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.