notebooklm-rust-mcp

maisonnat/notebooklm-rust-mcp
★ 0 stars Rust 🔒 Security Updated today
NotebookLM unofficial MCP server written in Rust - supports browser-based authentication, polling, and conversation caching
View on GitHub →

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"
      ]
    }
  }
}