NotebookLM MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS | No | Run Chrome headless. | true |
| MAX_SESSIONS | No | Concurrent browser sessions. | 10 |
| BROWSER_CHANNEL | No | chrome or chromium. | chrome |
| BROWSER_TIMEOUT | No | Per-action browser timeout. | 30000 |
| NOTEBOOKLM_HOST | No | HTTP bind address. | 127.0.0.1 |
| NOTEBOOKLM_PORT | No | HTTP port. | 3000 |
| SESSION_TIMEOUT | No | Idle seconds before a session is GC-ed. | 900 |
| STEALTH_ENABLED | No | Master switch for human-typing/mouse/delay stealth. | true |
| ANSWER_TIMEOUT_MS | No | Hard ceiling on the wait for a NotebookLM answer. | 600000 |
| NOTEBOOKLM_ACCOUNT | No | Multi-account profile slug. | |
| NOTEBOOKLM_PROFILE | No | Tool profile (minimal / standard / full). | full |
| NOTEBOOKLM_AI_MARKER | No | Inline AI-generated prefix on answers. | true |
| NOTEBOOKLM_TRANSPORT | No | stdio or http. | stdio |
| NOTEBOOKLM_DISABLED_TOOLS | No | Comma-separated tool names to suppress. | |
| NOTEBOOKLM_BROWSER_CHANNEL | No | Alternative name for BROWSER_CHANNEL. | chrome |
| NOTEBOOKLM_AI_MARKER_PREFIX | No | Override prefix string. | |
| NOTEBOOKLM_FOLLOW_UP_REMINDER | No | Re-enable the v1 follow-up reminder appended to answers. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abdallah-nasir/notebooklm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server