MCP Directory
Back

notebooklm-mcp

by PleasePrompto · TypeScript · ★ 2,880

MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.

Install

npx -y github:PleasePrompto/notebooklm-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "notebooklm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:PleasePrompto/notebooklm-mcp"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/notebooklm-mcp) [](https://www.typescriptlang.org/) [](https://modelcontextprotocol.io/) [](./LICENSE) MCP server for Google NotebookLM. It drives a real Chrome via Patchright (stealth + persistent fingerprint) so an agent can chat against a notebook, ingest sources, generate audio overviews, and read DOM-level citations. Two transports are supported: (default) and Streamable-HTTP. v2.0.0 is the current line; v1 is no longer supported. - [Requirements](#requirements--platform-support) - [Install](#install) - [Connect](#connect-to-claude-code) — Claude Code,…
Read full README on GitHub →

Related ai & ml servers