# NotebookLM

{% hint style="warning" %}
**Early Access** — Reach out to your Natoma representative for access.
{% endhint %}

**Type:** Community

**Source Type:** Local Package

**Source:** [GitHub](https://github.com/jacob-bd/notebooklm-mcp-cli)

**Description:** NotebookLM MCP server provides AI assistants with access to your NotebookLM notebooks and sources. It runs locally and authenticates using a session created by the `nlm` CLI.

***

## Setup

### Prerequisites

Install the [`nlm` CLI](https://github.com/jacob-bd/notebooklm-mcp-cli) on the host and run `nlm login` (or `nlm login --profile <name>` for multi-account use) to create a session.

**Configuration Parameters:**

* **Profile** (optional) - Named profile from `nlm login --profile`. Leave empty to use the default profile.

When creating the connection in Natoma, enter the values above.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/notebooklm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
