github jacob-bd/notebooklm-mcp-cli v0.3.18
v0.3.18 — Infographic Visual Styles

latest releases: v0.5.26, v0.5.25, v0.5.24...
one month ago

Added

  • Infographic visual styles — Infographics now support 11 visual styles matching the NotebookLM web UI: auto_select, sketch_note, professional, bento_grid, editorial, instructional, bricks, clay, anime, kawaii, scientific.

Usage

MCP: studio_create(artifact_type="infographic", infographic_style="professional", confirm=True)

CLI: nlm infographic create <notebook> --style professional --confirm

Python: client.create_infographic(notebook_id, visual_style_code=3)

Default is auto_select for backward compatibility.

Style Code Reference

Code Style
1 Auto-select
2 Sketch Note
3 Professional
4 Bento Grid
5 Editorial
6 Instructional
7 Bricks
8 Clay
9 Anime
10 Kawaii
11 Scientific

Don't miss a new notebooklm-mcp-cli release

NewReleases is sending notifications on new releases.