NotebookLM MCP

Automate Google NotebookLM at scale. 33-endpoint HTTP REST API for n8n / Zapier / Make / curl, plus an MCP server for Claude Code / Cursor / Codex. Citation-backed Q&A, full Studio generation (audio · video · infographic · report · presentation · data table), multi-account rotation with auto-reauth across personal and Google Workspace accounts. It runs locally over stdio via the published package.

People who work with automation, n8n and notebooklm and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-04 · ★ 178 · #18 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install NotebookLM MCP

Claude Code

claude mcp add roomi-fields-notebooklm-mcp -- npx -y @roomi-fields/notebooklm-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "roomi-fields-notebooklm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@roomi-fields/notebooklm-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @roomi-fields/notebooklm-mcp - published under the repo owner's npm scope (@roomi-fields)

registry namespace io.github.roomi-fields is GitHub-verified and matches the repo owner

03 · What NotebookLM MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v3.2.0 · 2026-09-04

Added - content_delete: generated content can finally be removed · DELETE_STUDIO had sat in the RPC id table since v3, declared and called by · nothing. Content could be generated and listed but never deleted, so a…

v3.1.2 · 2026-08-21

Fixed - 3.1.1's browser-path language fix covered one dialog shape out of two · It was written against the report dialog, where the language menu hides behind · each format tile's pencil, and it looked for that pencil…

v3.1.1 · 2026-08-21

Fixed - generated content came out in the server's interface language, not the one you asked for · Reported in #34 by @Javiergomezdev: a Spanish notebook, a Spanish account and · "Spanish" produced a French audio…

04 · Who maintains NotebookLM MCP

NotebookLM MCP is maintained by roomi-fields. We track 3 MCP servers from roomi-fields - 3 actively maintained, 209 combined GitHub stars, oldest repo from Nov 2025. Full record: all servers from roomi-fields.

  1. RTFM The open retrieval layer for AI agents - index code, docs, data. Search via MCP. ★ 24
  2. osc-bridge OSC ↔ MIDI bridge - 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them. ★ 7

05 · Facts

category
automation - ranked #18 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-04)
registry
io.github.roomi-fields/notebooklm-mcp (active, first published 2026-02-27 · 10 versions)
packages
npm:@roomi-fields/notebooklm-mcp

06 · NotebookLM MCP FAQ

What is NotebookLM MCP?

Automate Google NotebookLM at scale. 33-endpoint HTTP REST API for n8n / Zapier / Make / curl, plus an MCP server for Claude Code / Cursor / Codex. Citation-backed Q&A, full Studio generation (audio · video · infographic · report · presentation · data table), multi-account rotation with auto-reauth across personal and Google Workspace accounts. It runs locally over stdio via the published package.

Is NotebookLM MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-04 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install NotebookLM MCP?

Run `npx -y @roomi-fields/notebooklm-mcp`. You can also paste the ready-made client config above.

Does NotebookLM MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to NotebookLM MCP