Loading MCP server directory, please wait...
MCP stdio server for analyzing YouTube videos with Google Gemini
npx @getmcp/cli add io.github.ludmila-omlopes/youtube-video-analyzerRequires Node.js 18+. Community-contributed server. Review source before installing.
GEMINI_API_KEYGoogle Gemini API key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ludmila-omlopes/youtube-video-analyzer": {
"command": "npx",
"args": [
"-y",
"@ludylops/youtube-video-analyzer-mcp"
],
"env": {
"GEMINI_API_KEY": "",
"GEMINI_MODEL": "",
"YT_DLP_PATH": ""
}
}
}
}