MCP Catalogs
Home

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.

ai-llmsecurityproductivity
17
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Enterprise knowledge management teams securely querying NotebookLM documents from AI assistants
you:Researchers creating video overviews and data tables from NotebookLM content programmatically
you:Security-conscious organizations integrating NotebookLM with AI agents while maintaining compliance
you:Do I need a Google API key to use this server?
you:What makes this server secure compared to other NotebookLM MCP servers?

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

notebooklm-mcpgoogle-drive-mcpclaude-desktop

Installation

Installation

Quick Install (via Claude Desktop CLI)

claude mcp add notebooklm -- npx @pan-sec/notebooklm-mcp@latest

Manual Installation

npm install -g @pan-sec/notebooklm-mcp

Claude 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_auth

Follow 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.