notebooklm-mcp-multiprofile
Provides tools to manage Google NotebookLM notebooks, add sources (URLs, files, text, Drive), generate content (podcasts, videos, slides, reports, flashcards, quizzes), perform deep research, and handle notes.
Enables exporting generated artifacts (e.g., reports, slides) from NotebookLM to Google Docs or Google Sheets.
Allows adding Google Drive files as sources to NotebookLM notebooks, listing Drive sources with status, and syncing outdated sources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@notebooklm-mcp-multiprofilelist my notebooks using personal profile"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🤖 NotebookLM MCP — Multi-Account Setup
Configuración lista para usar de Google NotebookLM como servidor MCP, con soporte para múltiples cuentas de Google simultáneas.
Compatible con cualquier cliente AI que soporte MCP: Antigravity, Claude Desktop, Cline, Continue, y otros.
¿Qué hace esto?
Convierte NotebookLM en un conjunto de ~50 herramientas que tu IA puede usar directamente:
📚 Gestionar notebooks (crear, listar, renombrar, eliminar, consultar)
🔗 Agregar fuentes (URLs, archivos locales, Google Drive, texto)
🎙️ Generar contenido (podcasts, videos, slides, informes, flashcards, quizzes)
🔍 Investigación profunda automática (busca y agrega docenas de fuentes web)
📝 Notas internas en notebooks (memoria persistente para el agente)
🔄 Multi-cuenta: cada cuenta de Google corre como servidor MCP independiente
Related MCP server: notebooklm-mcp
Instalación rápida
1. Clonar e Instalar
git clone https://github.com/rulords/notebooklm-mcp-multiprofile.git
cd notebooklm-mcp-multiprofile
# Windows
Double click en setup.bat
# O via Terminal: .\setup.bat
# macOS / Linux
bash setup.sh
# O via Terminal: ./setup.sh
# Instalación manual:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt2. Configurar autenticación
Existen dos métodos:
A. Modo Elite (Recomendado para Agentes) 🚀
Usa el binario nativo para abrir un navegador y loguearte en segundos:
.venv/bin/nlm login --profile personalB. Modo Manual (Legacy)
Obtén cookies desde Chrome (ver docs/AUTHENTICATION.md):
python inject_profile.py --profile personal --email tu@gmail.com3. Registrar en tu cliente AI
Edita el archivo de configuración MCP de tu cliente (ver mcp_config.example.json):
{
"mcpServers": {
"notebooklm_personal": {
"command": "/ruta/al/proyecto/.venv/Scripts/python.exe",
"args": ["-m", "notebooklm_tools.mcp.server"],
"env": { "NLM_PROFILE": "personal" }
}
}
}4. Verificar
python verify_profile.pyDocumentación
Documento | Para quién |
Cómo obtener e inyectar cookies desde Chrome | |
Configurar el MCP en cada cliente AI | |
Para agentes AI: guía completa de implementación paso a paso | |
Para agentes AI: instrucciones detalladas de orquestación y workflows |
Uso desde el cliente AI
# Listar notebooks
mcp_notebooklm_personal_notebook_list(max_results=10)
# Crear notebook
mcp_notebooklm_work_notebook_create(title="Investigación Q1 2026")
# Agregar fuente URL
mcp_notebooklm_personal_source_add(
notebook_id="...",
source_type="url",
url="https://ejemplo.com/articulo"
)
# Generar podcast
mcp_notebooklm_personal_studio_create(
notebook_id="...",
artifact_type="audio",
confirm=True
)
# Investigación profunda
mcp_notebooklm_work_research_start(
query="inteligencia artificial en salud 2025",
mode="deep"
)Mantenimiento
Las cookies de Google expiran cada 1-4 semanas. Síntomas de cookies expiradas:
MCP devuelve
RPC Error 16oAuthentication expiredEn Antigravity: el servidor no aparece en el panel MCP ("server not found")
Diagnóstico rápido:
python verify_profile.pyRenovar cookies:
# Obtener cookies frescas (ver docs/AUTHENTICATION.md)
python inject_profile.py --profile [nombre] --email [email]
# Recargar en el cliente AI:
mcp_notebooklm_[nombre]_refresh_auth()Motor MCP: notebooklm-mcp-cli
Este proyecto usa el paquete notebooklm-mcp-cli (PyPI), versión 0.2.7.
⚠️ Versión importante:
0.2.7es la que incluye el set completo de ~50 herramientas. Las versionesnotebooklm-mcp 2.xson reescrituras incompletas con solo funciones básicas de chat. No actualizar sin verificar que el set completo esté disponible.
Herramientas disponibles (~50 en total)
Categoría | Herramienta | Descripción |
Notebooks |
| Lista todos los notebooks |
| Crea notebook vacío | |
| Detalles y fuentes de un notebook | |
| Resumen IA del contenido | |
| Renombrar notebook | |
| Eliminar permanentemente | |
| Consulta IA basada en las fuentes | |
| Configurar estilo de respuesta | |
Fuentes |
| Agregar URL, texto, Drive o archivo local |
| Resumen IA de una fuente | |
| Texto crudo de la fuente | |
| Eliminar fuente | |
| Listar fuentes de Drive con estado | |
| Sincronizar fuentes desactualizadas | |
Notas |
| CRUD de notas internas (create/list/update/delete) |
Investigación |
| Iniciar búsqueda web o Drive |
| Poll de progreso de investigación | |
| Importar fuentes encontradas | |
Studio |
| Generar audio/video/slides/infographic/report/flashcards/quiz/mind_map/data_table |
| Estado de generación y URLs | |
| Eliminar artefacto generado | |
| Descargar artefacto a archivo local | |
| Exportar a Google Docs o Sheets | |
Compartir |
| Habilitar link público |
| Invitar colaborador por email | |
| Ver configuración de compartido | |
Auth |
| Recargar tokens desde disco |
| Guardar cookies manualmente |
Seguridad
Los archivos
*_cookies.txtestán en.gitignore— nunca se suben a GitHubLos perfiles se guardan en
~/.notebooklm-mcp-cli/(fuera del repo)mcp_config.jsoncon tus rutas locales también está ignorado — usarmcp_config.example.jsoncomo plantilla
Créditos
Motor MCP:
notebooklm-mcp-cliConfiguración multi-cuenta, scripts de autenticación y documentación: este repositorio
Licencia
MIT — ver LICENSE
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rulords/notebooklm-mcp-multiprofile'
If you have feedback or need assistance with the MCP directory API, please join our Discord server