Connection check
verified live · 27h ago
notebooklm-mcp
Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
Tools
43
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
43 toolsRead from the running server on 27h ago.
authenticate
token
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… 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 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.
connect
read-only
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 tool… 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 URLs.
marketplace
limitqueryactionmcp_idmessagetool_id
+17
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",… 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 Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.
notebooklm_artifact_delete
artifact_id*notebook_id*artifact_idsnotebook_ids
Apaga um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution. Apaga um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_artifact_get
read-only
artifact_id*notebook_id*artifact_idsnotebook_ids
Detalhes/status de um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution. Detalhes/status de um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_artifact_list
read-only
typenotebook_id*notebook_ids
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 execut… 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.
notebooklm_artifact_poll
read-only
task_id*task_idsnotebook_id*notebook_ids
Aguarda/consulta o status de uma geração de artifact. Bulk support: accepts notebook_ids, task_ids for batched execution. Aguarda/consulta o status de uma geração de artifact. Bulk support: accepts notebook_ids, task_ids for batched execution.
notebooklm_artifact_rename
new_title*artifact_id*notebook_id*artifact_idsnotebook_ids
Renomeia um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution. Renomeia um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_artifact_retry
artifact_id*notebook_id*artifact_idsnotebook_ids
Re-tenta a geração de um artifact que falhou. 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.
notebooklm_artifact_suggestions
read-only
notebook_id*notebook_ids
Sugestões de artifacts para o notebook. Bulk support: accepts notebook_ids for batched execution. Sugestões de artifacts para o notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_ask
read-only
question*notebook_id*notebook_ids
Pergunta ao notebook; resposta FUNDAMENTADA nas fontes, com citações. Pode demorar. 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.
notebooklm_download
read-only
kind*artifact_idnotebook_id*artifact_idsnotebook_ids
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 + ta… 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 URL é tratada à parte). Bulk support: accepts notebook_ids, artifact_ids for batched execution.
notebooklm_generate
kind*optionslanguagesource_idsnotebook_id*instructions
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, infograp… 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. `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_history
read-only
limitshow_allnotebook_id*notebook_ids
Histórico de Q&A da conversa do notebook. 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.
notebooklm_list
read-only
Lista os notebooks do usuário. Retorna [{ id, title, ... }] — use o `id` nas demais tools. Lista os notebooks do usuário. Retorna [{ id, title, ... }] — use o `id` nas demais tools.
notebooklm_notebook_create
title*
Cria um notebook novo (vazio). Retorna o notebook com seu `id`. Cria um notebook novo (vazio). Retorna o notebook com seu `id`.
notebooklm_notebook_delete
notebook_id*notebook_ids
Apaga um notebook (irreversível). Bulk support: accepts notebook_ids for batched execution. Apaga um notebook (irreversível). Bulk support: accepts notebook_ids for batched execution.
notebooklm_notebook_metadata
read-only
notebook_id*notebook_ids
Metadados do notebook + lista de fontes. Bulk support: accepts notebook_ids for batched execution. Metadados do notebook + lista de fontes. Bulk support: accepts notebook_ids for batched execution.
notebooklm_notebook_rename
new_title*notebook_id*notebook_ids
Renomeia um notebook. Bulk support: accepts notebook_ids for batched execution. Renomeia um notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_notebook_summary
read-only
topicsnotebook_id*notebook_ids
Resumo do notebook com insights gerados por IA. `topics:true` inclui tópicos sugeridos. 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.
notebooklm_note_create
titlecontent*notebook_id*notebook_ids
Cria uma nota no notebook. Bulk support: accepts notebook_ids for batched execution. Cria uma nota no notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_note_delete
note_id*note_idsnotebook_id*notebook_ids
Apaga 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.
notebooklm_note_get
read-only
note_id*note_idsnotebook_id*notebook_ids
Conteúdo de uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution. Conteúdo de uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution.
notebooklm_note_list
read-only
notebook_id*notebook_ids
Lista as notas do notebook. Bulk support: accepts notebook_ids for batched execution. Lista as notas do notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_note_rename
note_id*note_idsnew_title*notebook_id*notebook_ids
Renomeia 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.
notebooklm_share_add
email*messagepermissionnotebook_id*notebook_ids
Compartilha o notebook com um email (editor/viewer). Bulk support: accepts notebook_ids for batched execution. Compartilha o notebook com um email (editor/viewer). Bulk support: accepts notebook_ids for batched execution.
notebooklm_share_public
enablenotebook_id*notebook_ids
Liga/desliga o link público 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.
notebooklm_share_remove
email*notebook_id*notebook_ids
Remove o acesso 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.
notebooklm_share_status
read-only
notebook_id*notebook_ids
Status de compartilhamento do notebook. Bulk support: accepts notebook_ids for batched execution. Status de compartilhamento do notebook. Bulk support: accepts notebook_ids for batched execution.
notebooklm_share_update
email*permissionnotebook_id*notebook_ids
Atualiza a permissão de um colaborador. Bulk support: accepts notebook_ids for batched execution. Atualiza a permissão de um colaborador. Bulk support: accepts notebook_ids for batched execution.
notebooklm_share_view_level
level*notebook_id*notebook_ids
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. 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.
notebooklm_source_add
typetitlecontent*notebook_id*notebook_ids
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 batche… 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.
notebooklm_source_add_research
modequery*import_allfrom_sourcenotebook_id*notebook_ids
Pesquisa na web (ou Drive) e adiciona fontes a partir dos resultados. Bulk support: accepts notebook_ids for batched execution. Pesquisa na web (ou Drive) e adiciona fontes a partir dos resultados. Bulk support: accepts notebook_ids for batched execution.
notebooklm_source_delete
source_id*source_idsnotebook_id*notebook_ids
Remove uma fonte do notebook. 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.
notebooklm_source_fulltext
read-only
formatsource_id*source_idsnotebook_id*notebook_ids
Texto completo indexado 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.
notebooklm_source_get
read-only
source_id*source_idsnotebook_id*notebook_ids
Detalhes de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution. Detalhes de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.
notebooklm_source_guide
read-only
source_id*source_idsnotebook_id*notebook_ids
Resumo + palavras-chave de uma fonte (gerado por IA). 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.
notebooklm_source_list
read-only
notebook_id*notebook_ids
Lista as fontes do notebook. Retorna [{ id, title, ... }]. Bulk support: accepts notebook_ids for batched execution. Lista as fontes do notebook. Retorna [{ id, title, ... }]. Bulk support: accepts notebook_ids for batched execution.
notebooklm_source_refresh
source_id*source_idsnotebook_id*notebook_ids
Reprocessa uma fonte de URL/Drive (re-indexa o conteúdo atual). 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.
notebooklm_source_rename
new_title*source_id*source_idsnotebook_id*notebook_ids
Renomeia uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution. Renomeia uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution.
report_bug
contextmessage*conversation
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction. Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show_version
read-only
Show the current MCP platform and adapter versions. Show the current MCP platform and adapter versions.
toolkit_info
read-only