io.github.ludmila-omlopes/youtube-video-analyzer
Quality Score
79
/100
MCP stdio server for analyzing YouTube videos with Google Gemini
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"youtube-video-analyzer": {
"command": "npx",
"args": [
"-y",
"@ludylops/youtube-video-analyzer-mcp"
],
"env": {
"GEMINI_API_KEY": "<your-gemini_api_key>",
"GEMINI_MODEL": "<gemini_model>",
"YT_DLP_PATH": "<yt_dlp_path>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"youtube-video-analyzer": {
"command": "npx",
"args": [
"-y",
"@ludylops/youtube-video-analyzer-mcp"
],
"env": {
"GEMINI_API_KEY": "<your-gemini_api_key>",
"GEMINI_MODEL": "<gemini_model>",
"YT_DLP_PATH": "<yt_dlp_path>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @ludylops/youtube-video-analyzer-mcp§02 Environment variables
GEMINI_API_KEYrequiredsecret
Google Gemini API key.
GEMINI_MODELOptional Gemini model override.
YT_DLP_PATHOptional path to a yt-dlp executable.
§03 MCP Quality Score · methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in AI & LLMs
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
Perplexity API Platform
ai.perplexity/mcp-server
Real-time web search, reasoning, and research through Perplexity's API