time vs notebooklm-mcp-secure
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | notebooklm-mcp-secure by Pantheon-Security | |
|---|---|---|
| Stars | ★ 85,748 | ★ 63 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsSecurityProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
notebooklm-mcp-secure · Summary
Enterprise-grade MCP server for Google NotebookLM with 17 security layers and advanced features like Gemini Deep Research.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
notebooklm-mcp-secure · Use cases
- Enterprise knowledge management teams securely querying NotebookLM documents from AI assistants
- Researchers creating video overviews and data tables from NotebookLM content programmatically
- Security-conscious organizations integrating NotebookLM with AI agents while maintaining compliance
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}notebooklm-mcp-secure · Install
Installation
Quick Install (via Claude Desktop CLI)
claude mcp add notebooklm -- npx @pan-sec/notebooklm-mcp@latestManual Installation
npm install -g @pan-sec/notebooklm-mcpClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"notebooklm": {
"command": "npx",
"args": ["@pan-sec/notebooklm-mcp@latest"]
}
}
}Authentication
Run authentication setup:
npx @pan-sec/notebooklm-mcp setup_authFollow browser-based authentication flow to complete setup.