notebooklm-mcp
Related Servers
Alternatives to notebooklm-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceA thin MCP wrapper around the unofficial Google NotebookLM Python client, enabling notebook management, source handling, chat, artifact generation, deep research, and sharing via MCP tools.MIT
- AlicenseAqualityCmaintenanceProvides CLI and MCP server to programmatically access Google NotebookLM, enabling AI assistants to create notebooks, add sources, generate podcasts, and more, with support for both personal and enterprise accounts.41MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that lets CLI agents (Claude, Codex, Cursor) chat directly with Google NotebookLM for zero-hallucination answers based on user's own notebooks.1,595 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Google NotebookLM through a unified CLI and MCP server, featuring automatic multi-browser authentication and support for notebook queries, source management, notes, and audio generation.MIT
- AlicenseNot gradedqualityFmaintenanceMCP server for Google NotebookLM that lets AI agents chat with notebooks, add sources, generate audio overviews, and extract citations via a real Chrome browser.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that connects AI agents to Google NotebookLM, enabling natural language interaction with notebooks, including Q&A, source ingestion, and audio overview generation.1,595 npmMIT
TDQS
Scored across 39 tools
Multiple tools have overlapping or confusing boundaries: library_list vs notebook_list both list notebooks (local metadata vs actual account), content_list vs source_list both list sources, content_generate vs generate_study_aid/generate_mind_map all generate artifacts, and library_remove vs notebook_delete distinguish only by subtle naming. The descriptions are thorough, but the tool names alone leave several pairs easily confused.
The majority follow prefix patterns (library_, source_, note_, content_, auth_, session_, notebook_), but six outliers break it: vault_batch, share_notebook, generate_study_aid, generate_mind_map, manage_labels, research_sources. Worse, descriptions consistently reference tool names that don't exist (e.g., 'call add_notebook' for library_add, 'setup_auth' for auth_setup, 'list_content' for source_list), making the naming scheme unreliable.
39 tools is well above the 25+ threshold for a heavy surface. The scope is broad (library, auth, sessions, sources, content, notes, notebooks, sharing, labels), but there is clear redundancy—two list-notebook tools, two list-sources tools, and three generate tools—that could have been consolidated.
Core workflows are covered: notebook ask/create/delete, source add/list/read/delete, content generate/list/download, notes create/list/get, and auth/session management. Notable gaps remain—no rename/update for actual notebooks, no delete/edit for notes, no delete for generated content, and the descriptions explicitly admit several content types (faq, study_guide, timeline, table_of_contents) are unimplemented.