notebooklm-mcp-cli (MCP Server)

GitHub

Programmatic access to Gemini Notebook - via command-line interface (CLI), Model Context Protocol (MCP) server, and AI agent skills.

5,852 stars Python MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

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