notebooklm-py

GitHub

Unofficial Python API and agentic skill for Google Gemini Notebook. Full programmatic access to NotebookLM's featuresβ€”including capabilities the web UI doesn't exposeβ€”via Python, CLI, and AI agents like Claude Code, Codex, and OpenClaw.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "notebooklm-py": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notebooklm-py"
      ]
    }
  }
}