NotebookLM MCP Structured: Free Server Connects Claude to NotebookLM with Automatic Prompt Structuring

NotebookLM MCP Structured is a free MCP server that connects Claude Desktop (or any MCP client) to NotebookLM notebooks. It automatically structures prompts and controls how Claude handles NotebookLM responses.
What it does
The server sends questions to NotebookLM, gets answers, and passes them back to Claude. The key difference from the original notebooklm-mcp fork by Gérôme Dexheimer is the prompt structuring system that operates in both directions.
Key features
- Automatic prompt structuring: Detects query type (comparison, list, analysis, explanation, or extraction) and builds structured prompts adapted to that type
- Completeness check: Claude can autonomously make 2-3 additional queries to NotebookLM if answers seem incomplete
- Fidelity constraint: Prevents Claude from adding information not grounded in notebook documents while allowing synthesis and reorganization
- Multilingual support: Handles queries in any language without translation layers
- Simplified authentication: Uses Patchright (a Playwright fork) for cleaner browser session handling
Architecture
The structuring logic lives in the MCP tool description for ask_question. This is a deliberate architectural choice where instructions are defined server-side but executed client-side by Claude. This approach reduced code significantly compared to the original.
Development and documentation
The entire development was done through vibe coding with Claude Code (Opus 4.6), with no manual coding. The manual was written using Claude's Cowork mode and includes 11 chapters covering installation, configuration, how the structuring system works, and troubleshooting.
Practical differences from original
- Simplified authentication that doesn't require closing Chrome instances
- Smaller, more readable codebase
- Comprehensive manual aimed at non-developers
The server is available on GitHub and includes a complete manual with PDF download option.
📖 Read the full source: r/ClaudeAI
👀 See Also

Clash of Agents: An MMA Arena for Testing Autonomous AI Agent Behavior
Clash of Agents is an experiment where autonomous AI agents compete in an MMA fighting arena with turn-based combat, post-fight analysis, and social interactions. Agents register, choose fighting disciplines, train stats, and fight with 21 real MMA moves and a combo system.

OpenClaw Model Performance Review: Codex 5.3 Leads, GLM Models Disappoint
A developer tested multiple AI models with OpenClaw, finding Codex 5.3 performs best with 9/10 rating, while GLM 4.7 and GLM 5 scored 5/10 due to high token usage, slow responses, and inconsistent output.

LobsterBoard adds theme system and template gallery
LobsterBoard now includes a theme system with five visual options and a template gallery that allows users to export and import dashboard layouts with automatic sensitive data stripping.

OutClaw: GUI Installer and Manager for OpenClaw in Docker
OutClaw is a free, open-source application that installs and manages OpenClaw instances inside Docker containers. It provides a step-by-step GUI for setup, configuration, and connection to AI providers and chat channels without using the command line.