Security-hardened MCP server for NotebookLM API with compliance-ready architecture (GDPR, SOC2, CSSF controls implemented)
Notebooklm MCP Secure MCP server exists for a simple reason — assistants are far more useful when they can act on Notebooklm MCP Secure directly instead of describing what you should do. Security-hardened MCP server for NotebookLM API with compliance-ready architecture (GDPR, SOC2, CSSF controls implemented).
In April 2026, we commissioned a parallel deep-audit of v2026.2.11 (main @ 2973097) using four specialised AI code reviewers, each focused on a different attack surface: security vulnerabilities, protocol correctness, architecture quality, and testing gaps and edge cases. The four reviewers operated independently so their findings wouldn't influence each other. Together they produced a 334-item master issue list covering protocol correctness, security vulnerabilities, architecture flaws, test gaps, and documentation accuracy. All 334 issues are resolved across v2026.3.0 and v2026.3.1.
Once Notebooklm MCP Secure is connected, these are the calls the assistant has available:
ask_question — Query notebooks with source-grounded answersadd_notebook — Add a notebook to your librarylist_notebooks — List all notebooks in libraryselect_notebook — Set active notebookupdate_notebook — Update notebook metadataremove_notebook — Remove from librarycreate_notebook — Programmatically create new notebooksbatch_create_notebooks — Create multiple notebooks at oncesync_library — Sync library with NotebookLMlist_sources — List sources in a notebookadd_source — Add source to notebookadd_folder — Bulk upload PDFs/files from a local folder to a notebookThe server ships on npm as @pan-sec/notebooklm-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
You will need one environment variable: GEMINI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Notebooklm MCP Secure's toolset — ask_question, add_notebook, list_notebooks and 11 more — is a fair guide to whether it matches your workflow. It is maintained by pantheon-security; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Notebooklm MCP Secure's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| ask_question | Query notebooks with source-grounded answers |
| add_notebook | Add a notebook to your library |
| list_notebooks | List all notebooks in library |
| select_notebook | Set active notebook |
| update_notebook | Update notebook metadata |
| remove_notebook | Remove from library |
| create_notebook | Programmatically create new notebooks |
| batch_create_notebooks | Create multiple notebooks at once |
| sync_library | Sync library with NotebookLM |
| list_sources | List sources in a notebook |
| add_source | Add source to notebook |
| add_folder | Bulk upload PDFs/files from a local folder to a notebook |
| remove_source | Remove source from notebook |
| generate_audio_overview | Create podcast-style audio |
{
"mcpServers": {
"notebooklm-mcp-secure": {
"command": "npx",
"args": ["-y", "@pan-sec/notebooklm-mcp"],
"env": {
"GEMINI_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| GEMINI_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.