-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmithery.yaml
More file actions
36 lines (31 loc) · 605 Bytes
/
smithery.yaml
File metadata and controls
36 lines (31 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: notebooklm-mcp-2026
description: Secure MCP server for querying Google NotebookLM notebooks
version: "0.1.0"
author: Julian
license: MIT
runtime: python
install: pip install notebooklm-mcp-2026
startCommand:
type: stdio
commandFunction:
- notebooklm-mcp-2026
- serve
tools:
- login
- check_auth
- list_notebooks
- get_notebook
- list_sources
- get_source_content
- query_notebook
- add_source_url
- add_source_text
prerequisites:
- Google Chrome (for authentication)
- Python 3.11+
tags:
- notebooklm
- google
- research
- notebooks
- knowledge-base