notebooklm-mcp

PleasePrompto/notebooklm-mcp
★ 1,379 stars TypeScript 🤖 AI/LLM Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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