NotebookLM MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NotebookLM MCP Servercreate a new notebook about Tesla stock"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NotebookLM MCP Server
NotebookLM의 기능을 MCP (Model Context Protocol)로 제공하는 서버입니다. AI 클라이언트(Claude Desktop, Cursor, Gemini CLI 등)에서 NotebookLM의 노트북 관리, 소스 추가 기능을 직접 사용할 수 있습니다.
주요 기능
노트북 목록 조회:
list_notebooks노트북 생성:
create_notebook웹 소스 추가:
add_url_source
Related MCP server: notebooklm-mcp
설치 방법
1. Python 설치 필요
이 프로젝트를 실행하려면 Python 3.10 이상이 필요합니다. Python 공식 홈페이지에서 설치해 주세요. 설치 시 "Add Python to PATH" 옵션을 반드시 체크해야 합니다.
2. 패키지 설치
(권장) 가상환경을 생성하고 활성화한 후 설치하는 것이 좋습니다.
python -m venv .venv
.\.venv\Scripts\Activate.ps1 # Windows PowerShell프로젝트 루트에서 다음 명령어를 실행합니다:
pip install .실행 오류가 발생하면 python -m pip install . 또는 uv pip install .을 시도해 보세요.
실행 방법
설치가 완료되면 다음 명령어로 MCP 서버를 실행할 수 있습니다:
notebooklm-mcp
# 또는
python -m notebooklm_mcpAI 도구 연결 (Claude Desktop 예시)
claude_desktop_config.json 파일에 다음 설정을 추가하세요:
{
"mcpServers": {
"notebooklm": {
"command": "python",
"args": ["-m", "notebooklm_mcp"]
}
}
}상세 사용 가이드
더 자세한 실행 방법과 Claude/Cursor 연동 방법은 docs/usage.md 문서를 참고하세요.
주의사항
Chrome 로그인 필요: 이 서버는 로컬 Chrome 브라우저의 쿠키를 사용하여 인증합니다. Chrome에서 Google 계정에 로그인된 상태여야 합니다.
쿠키 권한: 브라우저 종료 후 사용하는 것을 권장하며, 쿠키 접근 권한 오류 시 관리자 권한으로 실행하거나 전체 디스크 접근 권한이 필요할 수 있습니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAquality-maintenanceEnables interaction with Google's NotebookLM through natural language, allowing users to create and manage notebooks, add sources from URLs/YouTube/Google Drive, query AI for insights, generate audio podcasts and other studio content, and perform AI-powered research and analysis.Last updated323
- AlicenseAqualityAmaintenanceEnables AI assistants to programmatically interact with Google NotebookLM, allowing them to create and manage notebooks, add sources, query content, generate audio/video, and perform research tasks through natural language commands.Last updated435,660MIT
- Alicense-qualityCmaintenanceEnables interaction with Google NotebookLM through a real Chrome browser, allowing natural language queries, source ingestion, and audio overview generation.Last updated4,931MIT
- Alicense-qualityDmaintenanceEnables AI agents to interact with Google NotebookLM through browser automation, supporting notebook management, source addition, question answering, and audio overview generation.Last updated1MIT
Related MCP Connectors
Google NotebookLM via natural language: create notebooks, add sources (PDF, URL, YouTube) and ask gr
AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KimMarinet/testMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server