Programmatic access to Gemini Notebook - via command-line interface (CLI), Model Context Protocol (MCP) server, and AI agent skills.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"notebooklm-mcp-cli": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notebooklm-mcp-cli"
]
}
}
}