Server data from the Official MCP Registry
Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
Remote endpoints: streamable-http: https://api.mcp.ai/p_notebooklm
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-mcp-dir-notebooklm-mcp": {
"url": "https://api.mcp.ai/p_notebooklm"
}
}
}From the project's GitHub README.
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).
English version · Documentação completa · Skill pra agentes
A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):
Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome NotebookLM e URL https://api.mcp.ai/p_notebooklm.
➕ Instalar NotebookLM no Cursor
➕ Instalar NotebookLM no VS Code
Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:
https://api.mcp.ai/p_notebooklm
Detalhes por cliente: INSTALL.md.
Liste meus notebooks do NotebookLM
Pergunte ao meu notebook: qual o resumo das fontes?
Adicione esta URL como fonte ao notebook
| Tool | Descrição |
|---|---|
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_notebook_delete | Apaga um notebook (irreversível). Bulk support: accepts notebook_ids for batched execution. |
notebooklm_notebook_summary | Resumo do notebook com insights gerados por IA. topics:true inclui tópicos sugeridos. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_notebook_metadata | Metadados do notebook + lista de fontes. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_ask | Pergunta ao notebook; resposta FUNDAMENTADA nas fontes, com citações. Pode demorar. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_history | Histórico de Q&A da conversa do notebook. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_source_add | 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_list | Lista as fontes do notebook. Retorna [{ id, title, ... }]. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_source_get | Detalhes de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution. |
notebooklm_source_fulltext | Texto completo indexado de uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution. |
notebooklm_source_guide | Resumo + palavras-chave de uma fonte (gerado por IA). Bulk support: accepts notebook_ids, source_ids for batched execution. |
notebooklm_source_rename | Renomeia uma fonte. Bulk support: accepts notebook_ids, source_ids for batched execution. |
notebooklm_source_refresh | Reprocessa uma fonte de URL/Drive (re-indexa o conteúdo atual). Bulk support: accepts notebook_ids, source_ids for batched execution. |
notebooklm_source_delete | Remove uma fonte do notebook. Bulk support: accepts notebook_ids, source_ids for batched execution. |
notebooklm_source_add_research | Pesquisa na web (ou Drive) e adiciona fontes a partir dos resultados. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_generate | 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 |
notebooklm_artifact_list | Lista os artifacts do notebook. type filtra (audio |
notebooklm_artifact_get | Detalhes/status de um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution. |
notebooklm_artifact_poll | Aguarda/consulta o status de uma geração de artifact. Bulk support: accepts notebook_ids, task_ids for batched execution. |
notebooklm_artifact_suggestions | Sugestões de artifacts para o notebook. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_artifact_rename | Renomeia um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution. |
notebooklm_artifact_retry | Re-tenta a geração de um artifact que falhou. Bulk support: accepts notebook_ids, artifact_ids for batched execution. |
notebooklm_artifact_delete | Apaga um artifact. Bulk support: accepts notebook_ids, artifact_ids for batched execution. |
notebooklm_download | 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_note_create | Cria uma nota no notebook. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_note_list | Lista as notas do notebook. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_note_get | Conteúdo de uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution. |
notebooklm_note_rename | Renomeia uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution. |
notebooklm_note_delete | Apaga uma nota. Bulk support: accepts notebook_ids, note_ids for batched execution. |
notebooklm_share_status | Status de compartilhamento do notebook. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_share_public | Liga/desliga o link público do notebook. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_share_add | Compartilha o notebook com um email (editor/viewer). Bulk support: accepts notebook_ids for batched execution. |
notebooklm_share_update | Atualiza a permissão de um colaborador. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_share_remove | Remove o acesso de um colaborador. Bulk support: accepts notebook_ids for batched execution. |
notebooklm_share_view_level | 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. |
Detalhe de cada tool: docs/ferramentas.md
Grátis.
O servidor é open source? O servidor é proprietário (hosted). Este repositório é o wrapper público com manifestos, docs e skills — tudo MIT.
Posso usar com agente próprio (não Claude/Cursor)?
Sim — qualquer cliente que suporte MCP over HTTP. URL: https://api.mcp.ai/p_notebooklm.
MIT — veja LICENSE. O servidor MCP em api.mcp.ai/p_notebooklm é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.