NotebookLM MCP
Rank #806io.github.roomi-fields/notebooklm-mcp
Automate Google NotebookLM — Q&A with citations, audio, video, content generation
NotebookLM MCP is a Model Context Protocol (MCP) server published by roomi-fields. It ranks #806 of 115,591 servers tracked on MCP Toplist, and its repository has 168 GitHub stars. NotebookLM MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 7 tracked versions. It was first listed on Nov 23, 2025 and most recently updated on Aug 21, 2026.
Ranks ahead of 114,785 of 115,591 servers on MCP Toplist.
Use NotebookLM MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add notebooklm-mcp -- npx -y @roomi-fields/notebooklm-mcp[mcp_servers.notebooklm-mcp]
command = "npx"
args = ["-y", "@roomi-fields/notebooklm-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"notebooklm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"notebooklm-mcp": {
"command": "npx",
"args": [
"-y",
"@roomi-fields/notebooklm-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.roomi-fields%2Fnotebooklm-mcp)<a href="https://mcptoplist.com/server/io.github.roomi-fields%2Fnotebooklm-mcp"><img src="https://mcptoplist.com/badge/io.github.roomi-fields%2Fnotebooklm-mcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
roomi-fields
Other servers by roomi-fields
View all roomi-fields servers →Available versions (7)
| Version | Published |
|---|---|
| 3.1.1 | Aug 21, 2026 |
| 3.0.2 | Aug 19, 2026 |
| 3.0.1 | Aug 6, 2026 |
| 3.0.0 | Aug 5, 2026 |
| 1.5.9 | Apr 22, 2026 |
| 1.5.7 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains NotebookLM MCP?
- NotebookLM MCP is maintained by roomi-fields, which publishes 4 MCP servers (14 total versions) tracked on MCP Toplist.
- Is NotebookLM MCP listed on the Official MCP Registry?
- Yes — NotebookLM MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does NotebookLM MCP have?
- MCP Toplist tracks 7 versions of NotebookLM MCP, most recently published on Aug 21, 2026.
- Where can I find the source code for NotebookLM MCP?
- The source code for NotebookLM MCP is hosted at github.com/roomi-fields/notebooklm-mcp.