notebooklm-mcp-server

SchneiderElia/notebooklm-mcp-server
★ 0 stars Python AI/LLM Updated 2d ago
Model Context Protocol (MCP) Server for Google NotebookLM. Connect consumer NotebookLM to Claude AI for audio overview, deep research, mind maps, quizzes, and slide decks.
View on GitHub → Try with Claude — $10 free →

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-serve": {
      "command": "uvx",
      "args": [
        "notebooklm-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install notebooklm-mcp-server

README Excerpt

A Model Context Protocol (MCP) server that connects Google's **NotebookLM** (consumer/free version) directly to **Claude AI (claude.ai)**. This connector allows Claude to interact with your personal NotebookLM notebooks, manage sources, query notes, and generate advanced study guides, audio overviews (podcasts), quizzes, slide decks, and run deep web research.

Topics

claude-aiclaude-connectorgoogle-notebooklmmcpmcp-servernotebooklmnotebooklm-pypython