Back to Apps

NotebookLM MCP Server (Security Hardened)
by pantheon-security
Enterprise-grade, security-hardened MCP server for Google NotebookLM with 17 security layers and post-quantum encryption.
0 stars
Works in:CursorCodexWindsurfVS Code CopilotGemini CLI
Exposes:ToolsResources
What it does
Connects AI agents to Google NotebookLM, allowing them to query source-grounded notebooks, manage libraries programmatically, and generate audio/video overviews with zero hallucinations.
Tools
ask_question: Query notebooks with source-grounded answers.create_notebook: Programmatically create new notebooks with sources.generate_audio_overview: Create podcast-style audio summaries.generate_video_overview: Create AI video summaries with 10 visual styles.generate_data_table: Extract structured data tables as JSON.deep_research: Comprehensive research agent via Gemini API.upload_document: Fast PDF/document upload via Gemini Files API.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"notebooklm": {
"command": "npx",
"args": ["-y", "@pan-sec/notebooklm-mcp@latest"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, Codex, Windsurf, VS Code Copilot, and Gemini Antigravity.
Quick install
npx @pan-sec/notebooklm-mcp@latestInformation
- Pricing
- free
- Published
- 5/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or mcp config entry using npx @pan-sec/notebooklm-mcp@latestCursor
Add to ~/.cursor/mcp.json: { "mcpServers": { "notebooklm": { "command": "npx", "args": ["-y", "@pan-sec/notebooklm-mcp@latest"] } } }Windsurf
Add to mcp_config.json: { "mcpServers": { "notebooklm": { "command": "npx", "args": ["-y", "@pan-sec/notebooklm-mcp@latest"] } } }Gemini CLI
Add to settings.json mcpServers entry for npx @pan-sec/notebooklm-mcp@latestClaude Desktop
{
"mcpServers": {
"notebooklm": {
"command": "npx",
"args": ["-y", "@pan-sec/notebooklm-mcp@latest"]
}
}
}VS Code Copilot
Add to settings.json: github.copilot.chat.mcp.servers entry for npx @pan-sec/notebooklm-mcp@latest





