notebooklm-mcp-secure
by Pantheon-Security·★ 63·Score 48
Enterprise-grade MCP server for Google NotebookLM with 17 security layers and advanced features like Gemini Deep Research.
Overview
NotebookLM MCP Server is a comprehensive implementation that enables Claude and AI agents to securely query Google NotebookLM with enterprise-grade security features. This TypeScript-based server offers a rich set of 48 tools for notebook management, content generation (audio/video overviews), and data extraction. It distinguishes itself with 17 security hardening layers, post-quantum encryption, and compliance with GDPR, SOC2, and CSSF standards. The server has undergone a thorough security audit in 2026, with all 334 issues resolved, and demonstrates active maintenance with recent updates and comprehensive test coverage.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server for enterprise deployments requiring NotebookLM integration with comprehensive security, audit trails, and compliance documentation.
When NOT to choose this
Not suitable for simple use cases or environments where the additional security overhead is unnecessary; consider the original notebooklm-mcp for basic functionality.
Comparable tools
Installation
Installation
Quick Install (via Claude Desktop CLI)
claude mcp add notebooklm -- npx @pan-sec/notebooklm-mcp@latestManual Installation
npm install -g @pan-sec/notebooklm-mcpClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"notebooklm": {
"command": "npx",
"args": ["@pan-sec/notebooklm-mcp@latest"]
}
}
}Authentication
Run authentication setup:
npx @pan-sec/notebooklm-mcp setup_authFollow browser-based authentication flow to complete setup.
FAQ
- Do I need a Google API key to use this server?
- No. Core features work with browser-based authentication without requiring API keys. Optional features like Gemini Deep Research or Document API may require additional setup.
- What makes this server secure compared to other NotebookLM MCP servers?
- This server implements 17 security layers including post-quantum encryption, audit logs, secrets scanning, and has undergone a comprehensive security audit fixing 334 issues. It's designed for enterprise compliance with GDPR, SOC2, and CSSF standards.
Compare notebooklm-mcp-secure with
Last updated · Auto-generated from public README + GitHub signals.