io.github.ludmila-omlopes/youtube-video-analyzer✓
io.github.ludmila-omlopes/youtube-video-analyzer · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ludmila-omlopes/youtube-video-analyzer",
"description": "MCP stdio server for analyzing YouTube videos with Google Gemini",
"repository": {
"url": "https://github.com/ludmila-omlopes/youtube-video-analyzer-mcp",
"source": "github"
},
"version": "0.2.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}