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

nex-life-logger: Local Activity Tracker for OpenClaw Agents
nex-life-logger is a background activity tracker that runs locally on your machine, giving OpenClaw agents memory of your computer activities. It tracks browser history, active windows, and YouTube transcripts, storing everything in a local SQLite database with no cloud data transmission.

Meta Ads MCP OAuth Works But Most Ad Accounts Not Enabled Yet
Meta Ads MCP OAuth flow works and loads 29 tools, but ads_get_ad_accounts returns is_ads_mcp_enabled: false with a message that the feature is gradually rolling out.

Claude Code Skill Refactors React Components Using 'Don't Make Me Think' Principles
A new Claude Code skill automatically refactors React components for usability based on Steve Krug's principles — cuts happy talk, surfaces primary CTAs, fixes empty/error states, and tightens labels.

Spectyra Plugin for OpenClaw: Real-Time AI Cost Optimization by Analyzing Full Request Flow
Spectyra plugin reduces AI API costs by surfacing hidden waste like repeated calls, excessive context, and expensive model misuse in real time.