MCP Server
MCP
io.github.ludmila-omlopes/youtube-video-analyzer
MCP stdio server for analyzing YouTube videos with Google Gemini
Install
npx -y @ludylops/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@ludylops/youtube-video-analyzer-mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Gemini API key.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "Optional Gemini model override.",
"format": "string",
"name": "GEMINI_MODEL"
},
{
"description": "Optional path to a yt-dlp executable.",
"format": "string",
"name": "YT_DLP_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment