MCP Directory
Back

notebooklm-wiki-pipeline

by capitalparser · Python · ★ 65

Turn Google Drive PDFs into Obsidian wiki notes via NotebookLM MCP without loading full PDFs into Claude context

#claude-code#google-drive#knowledge-management#mcp#notebooklm#obsidian#pdf#token-optimization

Install

pip install git+https://github.com/capitalparser/notebooklm-wiki-pipeline.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "notebooklm-wiki-pipeline": {
      "command": "uvx",
      "args": [
        "git+https://github.com/capitalparser/notebooklm-wiki-pipeline.git"
      ]
    }
  }
}

From the README

[한국어 README](README.ko.md) Turn large Google Drive PDFs into Obsidian wiki notes without loading the full PDF text into Claude or Codex context. NotebookLM reads the source, and the agent receives only the structured answer needed to create a reusable note. **vNext update:** reuse one NotebookLM notebook per topic, while each new note-generation query is scoped to the newly attached or selected PDF source. That is the main product value: The screenshot above is an actual NotebookLM notebook screen from a live MCP test using original public-safe demo PDFs. The topic notebook contains three…
Read full README on GitHub →

Related filesystem servers