Releases: julianoczkowski/notebooklm-mcp-2026
Releases · julianoczkowski/notebooklm-mcp-2026
Release list
v0.2.1
What's Changed
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #13
- Add video link and thumbnail to README by @julianoczkowski in #14
- Add YouTube video link to README by @julianoczkowski in #15
- Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #17
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #16
- fix: handle Windows Chrome multi-process launcher exit by @WillWetzel in #19
New Contributors
- @WillWetzel made their first contribution in #19
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add CODEOWNERS and CONTRIBUTING.md by @julianoczkowski in #6
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #2
- Bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #3
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #4
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #5
- Add Claude Code GitHub Workflow by @julianoczkowski in #7
- Add CODE_OF_CONDUCT, PR template, and CHANGELOG by @julianoczkowski in #9
- Replace README hero image by @julianoczkowski in #10
- Adjust image width in README by @julianoczkowski in #11
- Improve developer experience by @julianoczkowski in #12
New Contributors
- @julianoczkowski made their first contribution in #6
- @dependabot[bot] made their first contribution in #2
Full Changelog: v0.1.2...v0.2.0
v0.1.2
- Add branded
helpcommand 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
- Add
logoutcommand to clear stored credentials and Chrome profile - Rewrite README for zero-friction onboarding (uv-first install, platform prerequisites)
- Add
--chrome-pathflag 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
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 setupCLI 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