NotebookLM MCP Server
Provides tools for managing and interacting with Google NotebookLM, including listing and creating notebooks, managing sources, and querying the NotebookLM AI with conversation history support.
Allows for the management of Google Drive documents as sources within NotebookLM notebooks, enabling the AI to analyze and answer questions based on Drive-hosted content.
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 Serversummarize the main insights from my 'Project Phoenix' notebook"
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 Server
This repository provides a Model Context Protocol (MCP) server for NotebookLM. It allows AI assistants (like Claude, Antigravity, or others supporting MCP) to interact with your NotebookLM notebooks, sources, and conversations.
Features
List Notebooks: View all your NotebookLM notebooks.
Create Notebooks: Programmatically create new notebooks.
Manage Sources: Add websites, Google Drive documents, or pasted text to your notebooks.
Query Notebooks: Ask questions about your sources using the NotebookLM AI.
Conversation History: Full support for follow-up questions and conversation context.
Auto-Save Notes: Automatically save AI responses as notes in your notebooks.
Related MCP server: NotebookLM MCP Server
Prerequisites
Python 3.10 or higher.
A Google Account with access to NotebookLM.
An MCP-compatible client (e.g., Cursor, Claude Desktop).
Quick Start
1. Clone the repository
git clone https://github.com/YOUR_USERNAME/MCPNotebookLM.git
cd MCPNotebookLM2. Set up the environment
Install dependencies:
pip install -r requirements.txtAuthenticate with NotebookLM:
notebooklm-mcp-authFollow the prompts to authorize the application. This will create a local auth.json file in ~/.notebooklm-mcp/.
3. Configure your MCP Client
For Cursor:
Copy
mcp_config.json.exampleto your Cursor config directory:Linux:
~/.config/cursor/mcp.jsonmacOS:
~/Library/Application Support/Cursor/mcp.jsonWindows:
%APPDATA%\Cursor\mcp.json
Edit the
commandfield with the absolute path tonotebooklm-mcp:{ "mcpServers": { "notebooklm": { "command": "/home/YOUR_USER/.local/bin/notebooklm-mcp", "args": [], "env": {} } } }Find the binary path:
which notebooklm-mcp # or ls ~/.local/bin/notebooklm-mcpRestart Cursor to apply the configuration.
Usage Examples
Basic Usage
Test your setup by listing notebooks:
python3 query_notebook_mcp.pyOr query a notebook directly:
python3 query_notebook_mcp.py <notebook_id> "Your question"Auto-Save Notes Feature
The repository includes an automatic note-saving feature that saves all AI responses as notes in your notebooks. This is especially useful when working through MCP API, as responses aren't automatically saved in the web interface history.
Quick start:
from auto_save_notes import query_and_save
answer, source_id = query_and_save(
notebook_id="your-notebook-id",
question="What is Python?",
auto_save=True
)See docs/AUTO_SAVE_NOTES.md for detailed documentation (if available locally).
Security Note
Your authentication tokens are stored locally in~/.notebooklm-mcp/auth.json. Never share this file or commit it to a public repository. The .gitignore in this repo is already configured to ignore this folder.
License
MIT
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
- AlicenseAqualityDmaintenanceEnables interaction with Google's NotebookLM via the Model Context Protocol to manage notebooks, sources, and research tasks. Users can create, query, and summarize content, as well as generate artifacts like audio overviews and slide decks using natural language.Last updated321MIT
- FlicenseAqualityDmaintenanceEnables AI agents to query and interact with Google NotebookLM notebooks to retrieve citation-backed information. It provides tools for listing notebooks, accessing source data, and asking natural language questions.Last updated11
- AlicenseAqualityAmaintenanceEnables AI assistants to programmatically interact with Google NotebookLM, allowing them to create and manage notebooks, add sources, query content, generate audio/video, and perform research tasks through natural language commands.Last updated435,660MIT
- AlicenseAqualityBmaintenanceProvides programmatic access to Google NotebookLM through the Model Context Protocol, enabling AI assistants to manage notebooks, add sources, generate audio and video content, and perform research tasks.Last updated391MIT
Related MCP Connectors
Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Secure, user-owned long-term memory for AI agents over OAuth-protected remote MCP. Save, search, recall, update, and govern preferences, project context, decisions, and task state across ChatGPT, Claude, Copilot, IDEs, and CLIs.
Appeared in Searches
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/mukadeshinigami/MCPNotebookLM'
If you have feedback or need assistance with the MCP directory API, please join our Discord server