NotebookLM MCP Suite
Provides tools for interacting with Google NotebookLM, including managing notebooks, querying knowledge bases, listing sources, and viewing notebook details.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NotebookLM MCP SuiteList my NotebookLM notebooks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NotebookLM MCP Suite (Unified CLI & Multi-Browser MCP Server)
Bộ công cụ toàn diện gộp từ jacob-bd/gemini-notebook-mcp-cli và evolialexwing34/notebooklm-auth-helper.
Công cụ này cung cấp MCP Server và CLI Tool (nlm) đầy đủ cho Google NotebookLM, đồng thời hỗ trợ xác thực tự động trên mọi trình duyệt Chromium (Cốc Cốc, Microsoft Edge, Brave, Vivaldi, Google Chrome).
🌟 Tính Năng Nổi Bật
🚀 MCP Server & CLI Đầy Đủ: Hỗ trợ đầy đủ các lệnh
nlm notebook list,nlm query,nlm source,nlm note,nlm audio, v.v.🌐 Xác Thực Đa Trình Duyệt (Multi-Browser Auth): Tự động trích xuất cookie & CSRF token từ profile trình duyệt có sẵn (Cốc Cốc, Edge, Brave, Vivaldi, Chrome).
🔑 Domain Resolution Chuẩn: Hỗ trợ chính xác domain mới
notebook.google.comvà lưu cookie dạng LIST bảo toàn thông tin domain (khắc phục hoàn toàn lỗi 401 Unauthorized).🔄 Auto Auth Refresh: Tự động làm mới phiên làm việc khi hết hạn mà không cần đăng nhập lại từ đầu.
Related MCP server: NotebookLM MCP Server
📥 Cài Đặt
# Cài đặt qua uv (khuyên dùng)
uv tool install notebooklm-mcp-suite
# Hoặc clone repository và cài đặt
git clone https://github.com/evolialexwing34/notebooklm-mcp-suite.git
cd notebooklm-mcp-suite
uv sync🔑 Hướng Dẫn Xác Thực (Authentication)
Cách 1: Xác thực tự động từ Trình duyệt (Cốc Cốc, Edge, Brave, Chrome)
Đăng nhập Google trên trình duyệt của bạn → truy cập notebook.google.com.
Đóng hoàn toàn trình duyệt.
Chạy lệnh trích xuất:
# Cốc Cốc (tự động phát hiện)
uv run auth_helper.py
# Hoặc chỉ định trình duyệt:
uv run auth_helper.py --browser edge
uv run auth_helper.py --browser brave
uv run auth_helper.py --browser coccocCách 2: Kiểm tra danh sách Notebook
# Đặt biến môi trường domain mới
set NOTEBOOKLM_BASE_URL=https://notebook.google.com
# Kiểm tra
nlm notebook list⚙️ Cấu Hình MCP Server (Cho Antigravity / Claude Desktop)
Thêm cấu hình sau vào file mcp_config.json:
{
"mcpServers": {
"gemini-notebook-mcp": {
"command": "notebooklm-mcp.exe",
"args": [],
"env": {
"NOTEBOOKLM_BASE_URL": "https://notebook.google.com"
}
}
}
}📋 Tóm Tắt Lệnh CLI Thường Dùng
Lệnh | Mô tả |
| Liệt kê danh sách tất cả các Notebook |
| Truy vấn trực tiếp kho tri thức của Notebook |
| Liệt kê danh sách các tài liệu nguồn |
| Xem thông tin chi tiết Notebook |
📄 Giấy Phép (License)
MIT License - Tự do sử dụng và phát triển.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceSecure MCP server for querying Google NotebookLM notebooks. Enables AI assistants to list notebooks, read sources, and ask the NotebookLM AI questions about your sources.15MIT
- AlicenseAqualityCmaintenanceProvides CLI and MCP server to programmatically access Google NotebookLM, enabling AI assistants to create notebooks, add sources, generate podcasts, and more, with support for both personal and enterprise accounts.41MIT
- Alicense-qualityAmaintenanceMCP server for querying Google NotebookLM notebooks, enabling AI assistants to list notebooks, read sources, and ask questions about them.MIT
- Alicense-qualityFmaintenanceMCP server for Google NotebookLM that lets AI agents chat with notebooks, add sources, generate audio overviews, and extract citations via a real Chrome browser.MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/evolialexwing34/notebooklm-mcp-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server