# NotebookLM — MCP server on mcp.ai > 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). By: mcp.ai · official Page: https://mcp.ai/notebooklm ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_notebooklm?ms=1781352720000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/notebooklm/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/notebooklm/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/notebooklm/skill.md Postman collection (v2.1): https://mcp.ai/notebooklm/postman.json ## Example prompts - "Liste meus notebooks do NotebookLM" - "Pergunte ao meu notebook: qual o resumo das fontes?" - "Adicione esta URL como fonte ao notebook" ## Links Docs: https://mcp.ai/docs/mcps/notebooklm Website: https://mcp.ai/mcps/notebooklm