Back to MCP Servers

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.

knowledge-memorygosecurityaiagent

Installation

npx -y notebooklm-mcp-secure

Configuration

{
  "mcpServers": {
    "notebooklm-mcp-secure": {
      "command": "npx",
      "args": ["-y", "notebooklm-mcp-secure"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub