notebooklm mcp secure for Cursor
io.github.pantheon-security/notebooklm-mcp-secure
Security-hardened NotebookLM MCP with post-quantum encryption
client:Cursor
transport:stdio
runtime:npm
Install notebooklm mcp secure in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"notebooklm-mcp-secure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pan-sec/notebooklm-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs