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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"notebooklm-py": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notebooklm-py"
]
}
}
}