Skip to content

Releases: julianoczkowski/notebooklm-mcp-2026

v0.2.1

Choose a tag to compare

@julianoczkowski julianoczkowski released this 01 May 08:22

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@julianoczkowski julianoczkowski released this 15 Feb 12:05

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

Choose a tag to compare

@julianoczkowski julianoczkowski released this 14 Feb 11:03
  • Add branded help command showing all available commands
  • Running with no arguments now shows help instead of silently starting the server
  • First thing users see is the command table with "Getting started? Run setup"

v0.1.1

Choose a tag to compare

@julianoczkowski julianoczkowski released this 14 Feb 10:50
  • Add logout command to clear stored credentials and Chrome profile
  • Rewrite README for zero-friction onboarding (uv-first install, platform prerequisites)
  • Add --chrome-path flag for manual Chrome path specification
  • Fix Claude Code config path (~/.claude.json)
  • Manual Chrome launch fallback when auto-detection fails
  • Fix lint warnings

v0.1.0 — Initial Release

Choose a tag to compare

@julianoczkowski julianoczkowski released this 14 Feb 10:19

NotebookLM MCP Server v0.1.0

Secure MCP server that connects AI assistants (Claude Code, Cursor, VS Code Copilot) to your Google NotebookLM notebooks.

Features

  • 9 MCP tools: list notebooks, query with AI, manage sources, check auth
  • Branded setup wizard: auto-detects and configures MCP clients
  • Chrome CDP authentication: secure cookie extraction with manual fallback
  • Cross-platform: Linux, macOS, Windows

Quick Start

pip install notebooklm-mcp-2026
notebooklm-mcp-2026 login
notebooklm-mcp-2026 setup

CLI Commands

Command Description
login Authenticate via Chrome
setup Interactive setup wizard
status Check auth & config status
doctor Diagnose common issues
serve Start MCP server (stdio)

More info: https://github.com/julianoczkowski/notebooklm-mcp-2026