Labsco
moodRobotics logo

Notebooklm mcp server

β˜… 14

from moodRobotics

Let your AI agents chat directly with Google NotebookLM for zero-hallucination answers.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeAdvanced setup

Notebook-mcp-server Logo

NotebookLM MCP Server

Let your AI agents chat directly with Google NotebookLM for zero-hallucination answers.

English β€’ EspaΓ±ol β€’ FranΓ§ais β€’ PortuguΓͺs β€’ Deutsch

Installation β€’ Authentication β€’ Quick Start β€’ Claude Code β€’ Documentation β€’ Development

The Solution

The NotebookLM MCP Server brings the power of Google's NotebookLM directly into your AI-augmented workflow. Built natively in TypeScript using the Model Context Protocol, it allows agents to read, search, and manage your notebooks as if they were local files.


πŸ”‘ Authentication

Before using the server, you must link it to your Google Account. This version uses a secure, persistent browser session:

  1. Run the authentication command:
    npx notebooklm-mcp-server auth
  2. A browser window will open. Log in with your Google account.
  3. Close the browser once you see your notebooks. Your session is now securely saved locally.

[!TIP] Session Expired? If your agent receives authentication errors, simply ask it to run the command npx notebooklm-mcp-server refresh_auth. It will automatically open the browser for you to renew the session without leaving your chat.


πŸ€– Claude Code Skill

Add it instantly to Claude Code:

claude skill add notebooklm -- "npx -y notebooklm-mcp-server start"

πŸ“– Documentation

The following tools are available through this MCP server:

πŸ“’ Notebook Management

ToolDescription
notebook_listLists all notebooks in your account.
notebook_createCreates a new notebook with a title.
notebook_renameRenames an existing notebook.
notebook_deleteDeletes a notebook (Warning: Destructive).

πŸ–‡οΈ Source Management

ToolDescription
notebook_add_urlAdds a website or YouTube video as a source.
notebook_add_textAdds custom text content as a source.
notebook_add_local_fileUploads a local PDF, Markdown or Text file.
notebook_add_driveAdds a file from Google Drive (Docs, Slides, etc).
source_deleteRemoves a source from a notebook.
source_syncSyncs a Drive source to get the latest version.

πŸ” Research & Query

ToolDescription
notebook_queryAsks a grounded question to a specific notebook.
research_startStarts a web/drive research task.
research_pollPolls for research status and results.
research_importImports research results as permanent sources.

🎨 Studio & Generation

ToolDescription
audio_overview_createGenerates an Audio Overview (podcast).
studio_pollChecks status of generated audio/video artifacts.
mind_map_generateGenerates a Mind Map JSON from sources.

βš™οΈ System

ToolDescription
refresh_authInteractive: Opens a browser to renew your Google session. Use this if tools start failing.

πŸ› οΈ Development

To contribute or build from source:

git clone https://github.com/moodRobotics/notebook-mcp-server.git
npm install
npm run build

🌐 Localization

This project is available in multiple languages:

If you update the English README.md, please ensure the translations are updated accordingly to keep the documentation synchronized.

πŸ“„ License

MIT License. Developed with ❀️ by moodRobotics.