Notebooklm MCP Secure
Rank #3,242io.github.Pantheon-Security/notebooklm-mcp-secure
MCP server providing notebooklm-secure capabilities
Notebooklm MCP Secure is a Model Context Protocol (MCP) server published by pantheon-security. It ranks #3,242 of 115,460 servers tracked on MCP Toplist, and its repository has 81 GitHub stars. Notebooklm MCP Secure is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Nov 29, 2025 and most recently updated on Jan 27, 2026.
Ranks ahead of 112,218 of 115,460 servers on MCP Toplist.
Use Notebooklm MCP Secure
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add notebooklm-mcp-secure -- npx -y @pan-sec/notebooklm-mcp[mcp_servers.notebooklm-mcp-secure]
command = "npx"
args = ["-y", "@pan-sec/notebooklm-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"notebooklm-mcp-secure": {
"command": "npx",
"args": [
"-y",
"@pan-sec/notebooklm-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"notebooklm-mcp-secure": {
"command": "npx",
"args": [
"-y",
"@pan-sec/notebooklm-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"notebooklm-mcp-secure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pan-sec/notebooklm-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"notebooklm-mcp-secure": {
"command": "npx",
"args": [
"-y",
"@pan-sec/notebooklm-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"notebooklm-mcp-secure": {
"command": "npx",
"args": [
"-y",
"@pan-sec/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.Pantheon-Security%2Fnotebooklm-mcp-secure)<a href="https://mcptoplist.com/server/io.github.Pantheon-Security%2Fnotebooklm-mcp-secure"><img src="https://mcptoplist.com/badge/io.github.Pantheon-Security%2Fnotebooklm-mcp-secure.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
pantheon-security
Other servers by pantheon-security
View all pantheon-security servers →Available versions (3)
| Version | Published |
|---|---|
| 2026.1.6 | Jan 27, 2026 |
| 2026.1.5 | Jan 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Notebooklm MCP Secure?
- Notebooklm MCP Secure is maintained by pantheon-security, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Notebooklm MCP Secure listed on the Official MCP Registry?
- Yes — Notebooklm MCP Secure is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Notebooklm MCP Secure have?
- MCP Toplist tracks 3 versions of Notebooklm MCP Secure, most recently published on Jan 27, 2026.
- Where can I find the source code for Notebooklm MCP Secure?
- The source code for Notebooklm MCP Secure is hosted at github.com/pantheon-security/notebooklm-mcp-secure.