← Back to Plugins
MCP Server MCP

io.github.thatsrajan/vidlens-mcp

github By github 👁 1 views ▲ 0 votes

Video as a queryable local asset for AI agents — 47 tools for YouTube, social, and local media.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vidlens-mcp",
      "version": "1.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "YouTube Data API v3 key (optional — works without it via fallback scraping)",
          "format": "string",
          "isSecret": true,
          "name": "YOUTUBE_API_KEY"
        },
        {
          "description": "Google Gemini API key for AI-powered visual descriptions (optional)",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "OpenAI API key for optional speech-to-text transcription of imported non-YouTube sources",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "ScrapeCreators API key for optional social trend search across TikTok, Instagram, Threads, Pinterest, Reddit, and supported endpoints",
          "format": "string",
          "isSecret": true,
          "name": "SCRAPECREATORS_API_KEY"
        },
        {
          "description": "Brave Search API key for optional social/generic video URL discovery",
          "format": "string",
          "isSecret": true,
          "name": "BRAVE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...