← Back to Plugins
MCP Server MCP

io.github.ludmila-omlopes/youtube-video-analyzer

github By github 👁 1 views ▲ 0 votes

MCP stdio server for analyzing YouTube videos with Google Gemini

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...