Secure NotebookLM MCP Server - Query Google NotebookLM from Claude/AI agents with 17 security hardening layers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"notebooklm-mcp-secur": {
"command": "npx",
"args": [
"-y",
"Pantheon-Security/notebooklm-mcp-secure"
]
}
}
}
Run in terminal:
claude mcp add notebooklm-mcp-secur npx -y Pantheon-Security/notebooklm-mcp-secure
Add to .cursor/mcp.json:
{
"mcpServers": {
"notebooklm-mcp-secur": {
"command": "npx",
"args": [
"-y",
"Pantheon-Security/notebooklm-mcp-secure"
]
}
}
}