notebooklm mcp secure for LangChain
io.github.pantheon-security/notebooklm-mcp-secure
Security-hardened NotebookLM MCP with post-quantum encryption
client:LangChain
transport:stdio
runtime:npm
Install notebooklm mcp secure in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"notebooklm-mcp-secure": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@pan-sec/notebooklm-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs