Odel
youtube video analyzer mcp

youtube video analyzer mcp

Local
@ludmila-omlopes3TypeScriptMITUpdated 3mo ago

MCP stdio server for analyzing YouTube videos with Google Gemini

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ludylops/youtube-video-analyzer-mcpv0.2.1

Run

npx -y @ludylops/youtube-video-analyzer-mcp

MCP client config

{
  "mcpServers": {
    "youtube-video-analyzer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ludylops/youtube-video-analyzer-mcp"
      ]
    }
  }
}