notebooklm-mcp

notebooklm-mcp

NotebookLM MCP server enables AI agents to directly fetch documents from Gemini and generate cited answers.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 2.9k
Source
mcp-github

Overview

The NotebookLM MCP server allows AI agents (such as Claude Code, Codex) to directly retrieve documents from Gemini and generate answers supported by citations. It supports persistent authentication, library management, and cross-client sharing. This capability eliminates hallucinations by relying solely on information from the knowledge base. Ideal for scenarios requiring high-quality document research and citation support.

Capabilities

  • Direct document retrieval from Gemini
  • Generate cited answers
  • Persistent authentication
  • Library management
  • Cross-client sharing

Use cases

AI agents conducting document researchGenerating high-quality technical documentationProviding cited answersManaging knowledge bases

Setup

Requires: Node.js ≥ 18Chrome (稳定版)API Key
npx notebooklm-mcp@latest

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I install the NotebookLM MCP server?

Install using the command: npx notebooklm-mcp@latest

What transport protocols are supported?

Supports both stdio and Streamable-HTTP protocols.

Related skills