NotebookLM MCP Server
Related Servers
Alternatives to NotebookLM MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to query Google NotebookLM directly for accurate, source-based answers, eliminating hallucinations by relying on user-uploaded documents.8 npm2MIT
- AlicenseNot gradedqualityDmaintenanceEnables querying Google NotebookLM notebooks directly from Claude Desktop (MCP) and Claude Code (CLI), providing citation-backed answers from Gemini.MIT
- FlicenseAqualityDmaintenanceEnables AI agents to query and interact with Google NotebookLM notebooks to retrieve citation-backed information. It provides tools for listing notebooks, accessing source data, and asking natural language questions.11-
- AlicenseNot gradedqualityCmaintenanceEnables querying NotebookLM with Gemini 2.5 from Cursor/Claude Code, returning answers grounded in user-provided sources without the model's internal thinking.MIT
- AlicenseNot gradedqualityDmaintenanceBridges Claude Code/Cowork with Google NotebookLM for AI-powered research, source analysis, chat, and content generation through a structured tool interface.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to query personal Google NotebookLM notebooks using a persistent browser session for instant queries without an official API.1MIT
TDQS
Scored across 16 tools
Most tools have distinct purposes, but there is some overlap between close_session and reset_session (both manage sessions), and between setup_auth and re_auth (both handle authentication). The descriptions help clarify differences, but an agent might occasionally misselect between these pairs.
Tool names follow a consistent verb_noun pattern (e.g., add_notebook, list_notebooks, get_health), with minor deviations like cleanup_data (noun_verb) and ask_question (verb_noun but less structured). Overall, the naming is readable and mostly predictable.
16 tools are reasonable for managing NotebookLM notebooks, sessions, authentication, and cleanup. It covers core workflows without being overly heavy, though some tools like cleanup_data are specialized and might be used infrequently.
The tool set provides complete CRUD/lifecycle coverage for NotebookLM notebooks (add, list, get, update, remove, search, select) and sessions (list, close, reset), plus authentication, health checks, and cleanup. No obvious gaps exist for the server's purpose.