Prepare the server locally
Run this once before adding it to Claude Code.
npm install
npm run buildRegister it in Claude Code
claude mcp add notebooklm-research -- node /path/to/khunotebooklmmcp/index.jsReplace any placeholder paths in the command with the real path on your machine.
Make your agent remember this setup
notebooklm-research's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.
npx conare@latestFree · one command · indexes the sessions already on disk. Set up in the browser instead →
What it does
- Autonomous multi-step web research
- Generation of study artifacts including audio overviews, reports, and slides
- Systematic management of notebook sources and organization
- Integration with Google NotebookLM for grounded reasoning
Tools 4
research_notebook_listLists all active research notebooks.research_deep_searchConducts deep web research on a specific topic.generate_study_materialGenerates artifacts like Slides, Reports, or Audio.add_source_contentInjects new research materials (URLs, Text) into the notebook.Environment Variables
NOTEBOOKLM_AUTH_PATHPath to the JSON file containing session cookiesTry it
Original README from drtagkim/khunotebooklmmcp
KHU Notebook Research Assistant (MCP)
Version: 0.0.1 (2026-01-31)
Author: Taekyung Kim, PhD. Professor, Kyung Hee University
Overview
The KHU Notebook Research Assistant is a specialized Model Context Protocol (MCP) server designed to interface with Google NotebookLM. It empowers AI agents to conduct autonomous academic research, manage knowledge bases, and generate study artifacts efficiently.
This project is tailored for research and educational purposes, enabling seamless integration between LLMs and NotebookLM's grounded reasoning capabilities.
Key Capabilities
- Autonomous Deep Research: Performs multi-step web research and automatically summarizes and imports findings into your notebook.
- Study Artifact Generation: Instantly creates derived materials from your sources:
- Audio Overviews (Podcasts)
- Research Reports
- Infographics
- Presentation Slides
- Data Tables (Google Sheets)
- Flashcards & Quizzes
- Mind Maps
- Knowledge Management: Systematic control over notebook creation, source addition (URLs, Text, PDFs), and organization.
Installation
npm install
npm run build
Configuration
This server requires a valid Google session to interact with NotebookLM.
Session credentials (cookies) should be stored in ~/.notebooklm-mcp/auth.json or passed via environment variables.
Tools Available
| Tool | Description |
|---|---|
research_notebook_list |
Lists all active research notebooks. |
research_deep_search |
Conducts deep web research on a specific topic. |
generate_study_material |
Generates artifacts like Slides, Reports, or Audio. |
add_source_content |
Injects new research materials (URLs, Text) into the notebook. |
License
Private / Academic Use Only. Copyright (c) 2026 Taekyung Kim, PhD. All Rights Reserved.