MCP Server
MCP
io.github.rajanrengasamy/vidlens-mcp
YouTube intelligence layer for AI agents. 41 tools, 10 modules, zero config.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "vidlens-mcp",
"version": "1.2.6",
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment