CoolFace
Apppublic

epicaltrendweb/notebooklm-mcp-simple

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes
App README

NotebookLM MCP Server

This is the HuggingFace Spaces deployment of NotebookLM MCP Server - a powerful MCP server that lets AI agents interact with Google NotebookLM.

Features

  • Query Google NotebookLM from AI agents (Claude, Cursor, etc.)
  • Generate podcasts, quizzes, and flashcards from documents
  • Session-based authentication with Google
  • Human-like behavior for natural interactions

Setup

  1. 1.First time: Run setup_auth to authenticate with Google (requires dev mode)
  2. 2.Add notebooks using /notebooks endpoint
  3. 3.Ask questions using /ask endpoint

Endpoints

  • GET /health - Health check
  • GET / - Status page

Note

This is a basic deployment. For full authentication, you need to enable dev mode on the Space or run the MCP server locally first to authenticate, then the session will persist.