io.github.ludmila-omlopes/youtube-video-analyzer MCP Server
io.github.ludmila-omlopes/youtube-video-analyzer
What is the io.github.ludmila-omlopes/youtube-video-analyzer MCP server?
MCP stdio server for analyzing YouTube videos with Google Gemini
How to install io.github.ludmila-omlopes/youtube-video-analyzer
Copy-paste configuration for popular MCP clients.
GEMINI_API_KEYrequiredsecretGoogle Gemini API key.
GEMINI_MODELOptional Gemini model override.
YT_DLP_PATHOptional path to a yt-dlp executable.
{
"mcpServers": {
"youtube-video-analyzer": {
"command": "npx",
"args": [
"-y",
"@ludylops/youtube-video-analyzer-mcp"
],
"env": {
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"GEMINI_MODEL": "<YOUR_GEMINI_MODEL>",
"YT_DLP_PATH": "<YOUR_YT_DLP_PATH>"
}
}
}
}{
"mcpServers": {
"youtube-video-analyzer": {
"command": "npx",
"args": [
"-y",
"@ludylops/youtube-video-analyzer-mcp"
],
"env": {
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"GEMINI_MODEL": "<YOUR_GEMINI_MODEL>",
"YT_DLP_PATH": "<YOUR_YT_DLP_PATH>"
}
}
}
}{
"mcpServers": {
"youtube-video-analyzer": {
"command": "npx",
"args": [
"-y",
"@ludylops/youtube-video-analyzer-mcp"
],
"env": {
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"GEMINI_MODEL": "<YOUR_GEMINI_MODEL>",
"YT_DLP_PATH": "<YOUR_YT_DLP_PATH>"
}
}
}
}{
"servers": {
"youtube-video-analyzer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ludylops/youtube-video-analyzer-mcp"
],
"env": {
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"GEMINI_MODEL": "<YOUR_GEMINI_MODEL>",
"YT_DLP_PATH": "<YOUR_YT_DLP_PATH>"
}
}
}
}claude mcp add youtube-video-analyzer --env GEMINI_API_KEY=<YOUR_GEMINI_API_KEY> --env GEMINI_MODEL=<YOUR_GEMINI_MODEL> --env YT_DLP_PATH=<YOUR_YT_DLP_PATH> -- npx -y @ludylops/youtube-video-analyzer-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.