
NotebookLM Skill
by jakubs2623
Connect NotebookLM research with Claude to automate synthesis and generate structured content for multi-platform publishing.
What it does
NotebookLM Skill bridges the gap between Google's NotebookLM research environment and Claude. It allows users to extract synthesized information, URLs, PDFs, and trending topics from NotebookLM to generate high-quality, structured content like articles, podcast scripts, and study notes.
Tools
research_extraction: Extracts research data and synthesized notes from NotebookLM sources.content_generation: Transforms research data into structured content formats (e.g., articles, threads).source_management: Manages and organizes the URLs and PDFs being analyzed within the notebook environment.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"notebooklm-skill": {
"command": "python3",
"args": ["-m", "mcp_server.server"],
"env": {
"NOTEBOOKLM_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install notebooklm-skillInformation
- Pricing
- free
- Published
- 5/22/2026
- stars






