VidLens MCP Server: Persistent YouTube Knowledge Base for Claude

VidLens is a free, open-source MCP server that treats YouTube as a persistent knowledge base rather than extracting temporary transcripts. Unlike other YouTube tools for Claude that pull transcripts, summarize them, and lose the data when the chat ends, VidLens keeps everything indexed, searchable, and compounds over time.
Key Features
The tool provides several specific capabilities demonstrated in the source:
- The buying decision: Search YouTube for multiple reviews (e.g., "M5 Max MacBook Pro reviews"), read transcripts in parallel, synthesize consensus, and provide sourced claims with clickable verification. Example: "What are major reviewers agreeing on?" returns synthesized consensus from five reviewers without watching videos.
- Audience intelligence: Analyze comment sentiment with real themes and quotes. Example: "What did the audience actually think?" provides detailed sentiment analysis beyond simple positive/negative ratings.
- Playlist knowledge base: Import entire courses (e.g., Karpathy's neural networks course) with all transcripts indexed locally using semantic embeddings. Search by meaning rather than keywords. Example: "Which videos go deepest on attention mechanisms?" returns conceptually relevant results that remain available for future queries.
- Visual frame search: Extract keyframes, run OCR on slides and charts, and find frames by on-screen content. Example: "Find benchmark comparison charts in this review" returns the actual frame with timestamp, even for charts displayed briefly in long videos.
Technical Details
Installation: npx vidlens-mcp setup
The tool includes 41 tools across 10 modules and works without API keys. Gemini and YouTube Data API keys are optional for enhanced functionality.
This approach is useful for developers who need to reference YouTube content repeatedly in their work with Claude, particularly for research, learning, or content analysis tasks where persistence and searchability matter more than one-time extraction.
📖 Read the full source: r/ClaudeAI
👀 See Also

Built AI Forensic Accounting Software with My Dad — CaseTrail Automates Financial Fraud Detection
A father-son team built CaseTrail, an AI-powered forensic accounting tool that ingests bank statements and identifies anomalies. The blog details integration with LLMs for transaction analysis.

Claw Compactor: 14-stage token compression engine for LLM pipelines
Claw Compactor is an open-source LLM token compression engine using a 14-stage Fusion Pipeline to achieve 54% average compression with zero LLM inference cost. It includes specialized compressors for code, JSON, logs, diffs, and search results with reversible compression capabilities.

/goal for Claude Code: persistent tasks with adversarial review
A /goal command for Claude Code that keeps it working on a long task across many turns, with an optional separate Claude session reviewing the final result to prevent false completion.

free-claude-code adds GLM-5 support via NVIDIA NIM, expands to OpenRouter and Discord
free-claude-code now supports GLM-5 through NVIDIA NIM's free tier (40 requests/min) and adds OpenRouter integration, Discord bot support, and LMStudio local provider compatibility. The tool converts Claude Code's Anthropic API requests to work with alternative model backends.