Notebooklm
Freeby MCP Community
MCP server for NotebookLM API with session support and human-like behavior
v1.2.1Added Apr 12, 2026
mcpnotebooklmgeminiaiclaude
Notebooklm MCP Server
MCP server for NotebookLM API with session support and human-like behavior
Installation
Reviews
Installation
Quick install
npx -y notebooklm-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"notebooklm": {
"command": "npx",
"args": ["-y", "notebooklm-mcp"]
}
}
}