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

SquarePact Word Add-In Connects to OpenClaw Gateway for Agentic Document Editing
SquarePact's Word add-in connects to your own OpenClaw gateway over websocket. The agent proposes edits shown as approval cards, with stale edit detection and retry logic for malformed JSON from smaller models.

ClawControl v1.3.1 adds media support, voice dictation, and Linux packaging
ClawControl v1.3.1 is a cross-platform OpenClaw client that now supports image sharing, wake-word voice dictation, usage charts, and Linux AppImage/.deb packages. The release includes security updates requiring OpenClaw 2.19+ users to update Control UI Allowed Origins.

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

Reddit User Tests Hermes AI Agent's Self-Learning Feature, Finds Critical Flaws
A Reddit user tested Hermes AI agent's self-learning feature, which automatically creates skills from markdown files. The user found it always evaluates its own results as successful, even when output is incorrect, and overwrites manual edits.