Notebooklm
Freeby MCP Community
Node.js Model Context Protocol server for Google NotebookLM
v3.0.7Added Apr 12, 2026
mcpnotebooklmgoogleaiserver
Notebooklm MCP Server
Node.js Model Context Protocol server for Google NotebookLM
Installation
Reviews
Installation
Quick install
npx -y notebooklm-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"notebooklm": {
"command": "npx",
"args": ["-y", "notebooklm-mcp-server"]
}
}
}