NotebookLM Connector
[Claude Code Plugin] Query Google NotebookLM directly from Claude Code via Chrome browser automation — get source-grounded, citation-backed answers with automatic follow-up analysis, all without leaving your terminal.
NotebookLM Web Importer
Web sayfalarını ve YouTube videolarını tek tıkla NotebookLM'e aktarın. 200.000'den fazla kullanıcı tarafından güveniliyor.
Chrome Eklentisini Yüklenotebooklm-connector
Query your Google NotebookLM notebooks directly from Claude Code — source-grounded answers without leaving the terminal.
Why
Working with external documentation in Claude Code means bad trade-offs: feeding entire docs into context burns tokens, Claude may hallucinate when it doesn't have the information, and copy-pasting between NotebookLM and your editor kills flow.
This plugin bridges Claude Code and NotebookLM through Chrome automation. You ask a question in natural language, and it routes to NotebookLM — which answers strictly from your uploaded documents. Coverage analysis detects gaps and sends follow-up queries (default 3 rounds, configurable via max_followups) before presenting the final answer with citations.
Features
| Feature | Description |
|---|---|
| Source-grounded answers | Responses come only from your uploaded documents, not training data |
| Automatic follow-up | Coverage analysis detects gaps and re-queries — default 3 rounds, configurable via max_followups |
| Input length pre-validation | Rejects prompts over ~40k characters before they reach NotebookLM |
| Smart Add | Agent opens the notebook and parses the actual title, topics, and description — not just URL slug |
| Notebook lifecycle | Add, query, list / list --all, search, enable / disable, remove, show <id> |
| Scope isolation | Per-project state (md5-hashed directory) or per-user state; chosen at install time. Legacy paths auto-migrated |
| Error recovery | Typed errors (CHROME_NOT_CONNECTED, AUTH_REQUIRED, …) come with step-by-step reconnect guidance |
| Tab reuse | Follow-up queries reuse the existing Chrome tab for cheap re-routing |
Configuration
Per-user settings are read from the skill config:
| Key | Default | Description |
|---|---|---|
max_followups | 3 | Max coverage follow-up rounds before finalizing |
max_query_length | 40000 | Input length cap (characters) |
language | auto | Response language |
auto_coverage | true | Enable/disable automatic gap detection |
Prerequisites
- Google Chrome or Microsoft Edge
- Claude in Chrome extension v1.0.36+
- Claude Code CLI v2.0.73+
- Paid Claude plan (Pro, Max, Teams, or Enterprise)
- Google account logged into NotebookLM
Install
/plugin install notebooklm-connector@claude-code-zero
Start Claude Code with Chrome integration: claude --chrome
Usage
"Add https://notebooklm.google.com/notebook/abc123 to my notebooks"
"What authentication methods does the API support?"
"Show my notebooks"
"Search notebooks about frontend"
"Disable the gemini-docs notebook"
"Remove notebook abc123"
"Show notebook abc123"
License
MIT
İlgili Sunucular
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
MIE - Memory Intelligence Engine
Persistent knowledge graph MCP server that gives AI agents shared memory across sessions and providers. Stores facts, decisions, entities, and events with typed relationships.
CData Jira Service Management
A read-only server to query live Jira Service Management data via a simple MCP interface, powered by CData.
Supernormal
Meeting context for your AI tools
PaperlessMCP
MCP server for Paperless-ngx document management. 43 tools for AI-powered document organization - full CRUD on documents, tags, correspondents, document types, storage paths, and custom fields.
WeRead
Access your WeChat Reading (微信读书) bookshelf, notes, highlights, and reviews.
Kibela
Integrates with the Kibela API to manage knowledge-based content.
InDesign MCP Server
An MCP server for automating Adobe InDesign with ExtendScript.
Apple Shortcuts
An MCP Server Integration with Apple Shortcuts
Linear
Integrates with Linear project management systems.
mpesa-mcp
MCP server for M-Pesa (Safaricom Daraja) and Africa's Talking APIs. Gives AI coding assistants — Claude Code, Cursor, GitHub Copilot — direct access to East African payment and SMS infrastructure from a single server. What it does: STK Push payments via Safaricom Daraja (triggers M-Pesa prompt on user's phone) Transaction status queries SMS to 20+ African telecom networks via Africa's Talking Airtime top-up across East and West Africa Safety: All 5 tools are annotated per MCP 2025-03-26 spec — payment and SMS tools declare destructiveHint: true, so Claude Desktop and other clients show confirmation dialogs before executing. Query tools declare readOnlyHint: true for auto-approval. Install: pip install mpesa-mcp Who it's for: Developers building AI agents for East African markets. M-Pesa handles ~$50B/year in transactions and reaches 50M+ users. Africa's Talking reaches 300M+ phones across 20+ telecoms.