NotebookLM
io.github.mcp-dir/notebooklm-mcpGoogle NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
Tools · 43
Lista os notebooks do usuário. Retorna [{ id, title, ... }] — use o `id` nas demais tools.
Cria um notebook novo (vazio). Retorna o notebook com seu `id`.
Renomeia um notebook. Bulk support: accepts notebook_ids for batched execution.
Apaga um notebook (irreversível). Bulk support: accepts notebook_ids for batched execution.
Resumo do notebook com insights gerados por IA. `topics:true` inclui tópicos sugeridos. Bulk support: accepts notebook_ids for batched execution.
Metadados do notebook + lista de fontes. Bulk support: accepts notebook_ids for batched execution.
Pergunta ao notebook; resposta FUNDAMENTADA nas fontes, com citações. Pode demorar. Bulk support: accepts notebook_ids for batched execution.
Histórico de Q&A da conversa do notebook. Bulk support: accepts notebook_ids for batched execution.
Adiciona uma fonte ao notebook: URL (página/YouTube) ou texto. `type` é auto-detectado; use `type:"text"` + `title` para colar texto. Bulk support: accepts notebook_ids for batched execution.
Lista as fontes do notebook. Retorna [{ id, title, ... }]. Bulk support: accepts notebook_ids for batched execution.
Detalhes de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.
Texto completo indexado de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.
Resumo + palavras-chave de uma fonte (gerado por IA). Bulk support: accepts notebook_ids, source_ids for batched execution.
Renomeia uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.
Reprocessa uma fonte de URL/Drive (re-indexa o conteúdo atual). Bulk support: accepts notebook_ids, source_ids for batched execution.
Remove uma fonte do notebook. Bulk support: accepts notebook_ids, source_ids for batched execution.
Pesquisa na web (ou Drive) e adiciona fontes a partir dos resultados. Bulk support: accepts notebook_ids for batched execution.
Gera um artifact do notebook (assíncrono — retorna o artifact em geração). `kind`: audio (podcast), video, cinematic_video, slide_deck, report, mind_map, quiz, flashcards, infographic, data_table. `in…
Lista os artifacts do notebook. `type` filtra (audio|video|slide-deck|quiz|flashcard|infographic|data-table|mind-map|report). Bulk support: accepts notebook_ids for batched execution.
Detalhes/status de um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
Aguarda/consulta o status de uma geração de artifact. Bulk support: accepts notebook_ids, task_ids for batched execution.
Sugestões de artifacts para o notebook. Bulk support: accepts notebook_ids for batched execution.
Renomeia um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
Re-tenta a geração de um artifact que falhou. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
Apaga um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
Baixa o conteúdo de um artifact. Texto (report/mind_map/quiz/flashcards/data_table) retorna inline em `content`; binário (audio/video/slide_deck/infographic) retorna metadados + tamanho (entrega por U…
Cria uma nota no notebook. Bulk support: accepts notebook_ids for batched execution.
Lista as notas do notebook. Bulk support: accepts notebook_ids for batched execution.
Conteúdo de uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.
Renomeia uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.
Apaga uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.
Status de compartilhamento do notebook. Bulk support: accepts notebook_ids for batched execution.
Liga/desliga o link público do notebook. Bulk support: accepts notebook_ids for batched execution.
Compartilha o notebook com um email (editor/viewer). Bulk support: accepts notebook_ids for batched execution.
Atualiza a permissão de um colaborador. Bulk support: accepts notebook_ids for batched execution.
Remove o acesso de um colaborador. Bulk support: accepts notebook_ids for batched execution.
Define o nível de acesso do link público: full (notebook todo) ou chat (só chat). Bulk support: accepts notebook_ids for batched execution.
Show the current MCP platform and adapter versions.
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install …
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for…
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring conne…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"notebooklm": {
"url": "https://api.mcp.ai/p_notebooklm",
"transport": "streamable-http"
}
}
}