You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only NotebookLM MCP server that actually works out of the box.
Every existing NotebookLM MCP server breaks within days because Google silently rotates build_label and CSRF tokens. Users get mysterious 400 errors, stale sessions, and zero guidance on fixing them. OneClickLM solves this permanently with auto-healing authentication — no manual token juggling, no Chrome conflicts, no Python dependency hell.
Why This Exists (Pain Points We Solve)
Problem
Existing tools
OneClickLM
build_label expires every ~2 weeks
400 errors, manual metadata.json edit
Auto-detects and refreshes on every startup
CSRF token goes stale
Silent failures, no error messages
Auto-renews before each session
Chrome port conflict on login
"Chrome already running" crash
Headless auth with cookie reuse, no CDP conflicts
MCP process dies silently
Queries hang forever, no reconnection
Auto-reconnect with exponential backoff
Parallel queries cause timeouts
Concurrent calls crash the server
Built-in request queue with configurable concurrency