We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ran-ai-agency/Notebooklm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•333 B
"""NotebookLM MCP Server.
This MCP provides access to NotebookLM (notebooklm.google.com)
using undocumented internal APIs. Tested with personal/free tier accounts.
May work with Google Workspace accounts but has not been tested.
WARNING: This uses undocumented internal APIs that may change at any time.
"""
__version__ = "0.1.4"