Skip to content
VS Code

notebooklm mcp secure for VS Code

io.github.pantheon-security/notebooklm-mcp-secure

Security-hardened NotebookLM MCP with post-quantum encryption

client:VS Code transport:stdio runtime:npm

Install notebooklm mcp secure in VS Code

.vscode/mcp.json

{
  "servers": {
    "notebooklm-mcp-secure": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pan-sec/notebooklm-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

notebooklm mcp secure in other clients