NotebookLM

NotebookLM Google NotebookLM em linguagem natural: crie notebooks, adicione fontes (PDF, URL, YouTube) e faça perguntas com respostas fundamentadas + citações.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Notebooklm List: Lista os notebooks do usuário. Retorna [{ id, title, ... }] — use o `id` nas demais tools.
  • Notebooklm Notebook Create: Cria um notebook novo (vazio). Retorna o notebook com seu `id`.
  • Notebooklm Notebook Rename: Renomeia um notebook. Bulk support: accepts notebook_ids for batched execution.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

NotebookLM

Google NotebookLM em linguagem natural: crie notebooks, adicione fontes (PDF, URL, YouTube) e faça perguntas com respostas fundamentadas + citações. NotebookLM não tem API oficial, conecte com 1 clique pela extensão do mcp.ai (captura os cookies da sua sessão Google; ficam criptografados na plataforma).

Funciona em qualquer cliente MCP. Servidor remoto: https://api.mcp.ai/p_notebooklm

Список инструментов сервера (43)

Технические названия из tools/list. Нужны только разработчикам.

notebooklm_listLista os notebooks do usuário. Retorna [{ id, title, ... }] — use o `id` nas demais tools.
notebooklm_notebook_createCria um notebook novo (vazio). Retorna o notebook com seu `id`.
notebooklm_notebook_renameRenomeia um notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_notebook_deleteApaga um notebook (irreversível). Bulk support: accepts notebook_ids for batched execution.
notebooklm_notebook_summaryResumo do notebook com insights gerados por IA. `topics:true` inclui tópicos sugeridos. Bulk support: accepts notebook_ids for batched execution.
notebooklm_notebook_metadataMetadados do notebook + lista de fontes. Bulk support: accepts notebook_ids for batched execution.
notebooklm_askPergunta ao notebook; resposta FUNDAMENTADA nas fontes, com citações. Pode demorar. Bulk support: accepts notebook_ids for batched execution.
notebooklm_historyHistórico de Q&A da conversa do notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_source_addAdiciona 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.
notebooklm_source_listLista as fontes do notebook. Retorna [{ id, title, ... }]. Bulk support: accepts notebook_ids for batched execution.
notebooklm_source_getDetalhes de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.
notebooklm_source_fulltextTexto completo indexado de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.
notebooklm_source_guideResumo + palavras-chave de uma fonte (gerado por IA). Bulk support: accepts notebook_ids, source_ids for batched execution.
notebooklm_source_renameRenomeia uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.
notebooklm_source_refreshReprocessa uma fonte de URL/Drive (re-indexa o conteúdo atual). Bulk support: accepts notebook_ids, source_ids for batched execution.
notebooklm_source_deleteRemove uma fonte do notebook. Bulk support: accepts notebook_ids, source_ids for batched execution.
notebooklm_source_add_researchPesquisa na web (ou Drive) e adiciona fontes a partir dos resultados. Bulk support: accepts notebook_ids for batched execution.
notebooklm_generateGera 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. `instructions` = foco/estilo. `options` = flags específicas do tipo (ex.: audio {format:deep-dive|brief|critique|debate, length:short|default|long}; video/cinematic_video {format:explainer|brief|cinematic, style:...}; slide_deck {format:detailed|presenter, length}; report {format:briefing-doc|study-guide|blog-post|custom}; quiz/flashcards {quantity:fewer|standard|more, difficulty:easy|medium|hard}; infographic {orientation, detail, style}; mind_map {kind:interactive|note-backed}). Acompanhe com notebooklm_artifact_list/get.
notebooklm_artifact_listLista 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.
notebooklm_artifact_getDetalhes/status de um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_artifact_pollAguarda/consulta o status de uma geração de artifact. Bulk support: accepts notebook_ids, task_ids for batched execution.
notebooklm_artifact_suggestionsSugestões de artifacts para o notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_artifact_renameRenomeia um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_artifact_retryRe-tenta a geração de um artifact que falhou. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_artifact_deleteApaga um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_downloadBaixa 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 URL é tratada à parte). Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_note_createCria uma nota no notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_note_listLista as notas do notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_note_getConteúdo de uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.
notebooklm_note_renameRenomeia uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.
notebooklm_note_deleteApaga uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.
notebooklm_share_statusStatus de compartilhamento do notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_share_publicLiga/desliga o link público do notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_share_addCompartilha o notebook com um email (editor/viewer). Bulk support: accepts notebook_ids for batched execution.
notebooklm_share_updateAtualiza a permissão de um colaborador. Bulk support: accepts notebook_ids for batched execution.
notebooklm_share_removeRemove o acesso de um colaborador. Bulk support: accepts notebook_ids for batched execution.
notebooklm_share_view_levelDefine 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_versionShow the current MCP platform and adapter versions.
report_bugReport a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
connectReturns 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 URLs.
toolkit_infoReturns the current toolkit state: installed MCPs, their connection status, and how many catalog tools each exposes.
marketplaceTHE official mcp.ai marketplace — the in-platform catalog of installable MCPs/tools. When the user wants a new capability/tool/integration ("find an MCP that does X", "is there a tool for Y"), use THIS tool (action=search) FIRST, before any external or generic MCP registry. action=search discovers MCPs (installed or not) by intent; describe returns an MCP's full profile (all tools + params, pricing, auth, examples) so you can judge fit before installing; install/uninstall manage them in the active toolkit; subscribe/cancel handle per-MCP billing; report_bug sends a bug/feedback; request_mcp asks us to build a NEW MCP/connector when search finds nothing that fits; list_tools + invoke let you LIST and EXECUTE the toolkit's tools right now (use after install when the client hasn't refreshed its tools/list — this works even in flat-mode clients where search_tools doesn't exist). Search results flag installed_in_toolkit (chamável agora) vs installed_in_workspace. Writes require workspace owner/admin.
authenticateMCP.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 connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.
NotebookLM: подключить к Claude, ChatGPT, Cursor · Connectors.fun