MCP Directory

Pantheon-Security/notebooklm-mcp-secure

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y notebooklm-mcp-secure

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Pantheon-Security/notebooklm-mcp-secure your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route Pantheon-Security/notebooklm-mcp-secure intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add notebooklm-mcp-secure

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Pantheon-Security/notebooklm-mcp-secure directly without routing

npx -y notebooklm-mcp-secure

New to Agent-CoreX? View setup guide →

Pantheon-Security/notebooklm-mcp-secure MCP Server