NotebookLM unofficial MCP server written in Rust - supports browser-based authentication, polling, and conversation caching
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"notebooklm-rust-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"notebooklm-rust-mcp"
]
}
}
}
Run in terminal:
claude mcp add notebooklm-rust-mcp cargo run -- notebooklm-rust-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"notebooklm-rust-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"notebooklm-rust-mcp"
]
}
}
}