notebooklm-mcp-pro

oaslananka/notebooklm-mcp-pro
★ 0 stars Python 💻 Code/Dev Tools Updated 8d ago
Production-grade MCP server for Google NotebookLM
View on GitHub →

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

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

README Excerpt

<div align="center"> **Production-grade [Model Context Protocol](https://modelcontextprotocol.io) server for [Google NotebookLM](https://notebooklm.google.com)** Connect any MCP-capable client to Google NotebookLM. Works with **Claude Desktop**, **Claude.ai**, **ChatGPT**, **Cursor**, **VS Code Continue**, and any client that speaks MCP or OpenAPI.

Tools (18)

NLM_MCP_AUTH_MODENLM_MCP_BASE_URLNLM_MCP_BEARER_TOKENNLM_MCP_DATA_DIRNLM_MCP_GITHUB_CLIENT_IDNLM_MCP_GITHUB_CLIENT_SECRETNLM_MCP_HTTP_HOSTNLM_MCP_HTTP_PATHNLM_MCP_HTTP_PORTNLM_MCP_LOG_FORMATNLM_MCP_LOG_LEVELNLM_MCP_NOTEBOOKLM_AUTH_FILENLM_MCP_NOTEBOOKLM_AUTH_JSONNLM_MCP_OAUTH_ALLOWED_USERSNLM_MCP_TRANSPORTfetchsearchuvx