Skip to content

This release adds 1 notable feature for engineering teams evaluating rollout.

Published 5mo MCP Security & Auth
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai automation browser-automation claude google llm
+5 more
mcp model-context-protocol notebooklm research typescript

Summary

AI summary

New get_notebook_chat_history tool extracts Q&A pairs from NotebookLM chat UI.

Full changelog

New Feature: get_notebook_chat_history

Extract conversation history directly from NotebookLM notebook chat UI using browser automation.

What's New

  • get_notebook_chat_history - New tool to extract Q&A pairs from any notebook's chat interface
    • Works with notebook_id (from your library) or direct notebook_url
    • Returns structured messages with role, content, and index
    • Useful for recovering conversations made directly in browser
    • Helps with quota reconciliation when MCP tracking seems off

Use Cases

  • Recover conversations made directly in the NotebookLM browser (not tracked by MCP)
  • Audit research — see what queries were made in a notebook
  • Resume context — pick up where a previous session left off
  • Quota reconciliation — understand why quota seems off

Example Usage

{ "notebook_id": "my-research" }

Returns:

{
  "notebook_url": "https://notebooklm.google.com/notebook/xxx",
  "notebook_name": "My Research", 
  "message_count": 12,
  "messages": [
    { "role": "user", "content": "What is...", "index": 0 },
    { "role": "assistant", "content": "Based on sources...", "index": 1 }
  ]
}

Upgrade

npx @pan-sec/notebooklm-mcp@latest

Full Changelog: https://github.com/Pantheon-Security/notebooklm-mcp-secure/compare/v1.10.8...v1.10.9

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Pantheon-Security/notebooklm-mcp-secure

Get notified when new releases ship.

Sign up free

About Pantheon-Security/notebooklm-mcp-secure

Security-hardened NotebookLM MCP with post-quantum encryption (ML-KEM-768), GDPR/SOC2/CSSF compliance, and 14 security layers. Query Google's Gemini-grounded research from Claude and AI agents.

All releases →

Beta — feedback welcome: [email protected]