notebooklm-mcp
NotebookLM MCP server enables AI agents to directly fetch documents from Gemini and generate cited answers.
- Type
- MCP
- Open source
- Yes
- GitHub Stars
- ★ 2.9k
- Source
- mcp-github
- Repository
- github.com/PleasePrompto/notebooklm-mcp
Overview
The NotebookLM MCP server allows AI agents (such as Claude Code, Codex) to directly retrieve documents from Gemini and generate answers supported by citations. It supports persistent authentication, library management, and cross-client sharing. This capability eliminates hallucinations by relying solely on information from the knowledge base. Ideal for scenarios requiring high-quality document research and citation support.
Capabilities
- ▪Direct document retrieval from Gemini
- ▪Generate cited answers
- ▪Persistent authentication
- ▪Library management
- ▪Cross-client sharing
Use cases
Setup
npx notebooklm-mcp@latest
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I install the NotebookLM MCP server?
Install using the command: npx notebooklm-mcp@latest
What transport protocols are supported?
Supports both stdio and Streamable-HTTP protocols.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.