MCP Catalogs
Home

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
Score7748
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsSecurityProductivity
LanguageTypeScriptTypeScript
Last committhis monththis 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@latest

Manual Installation

npm install -g @pan-sec/notebooklm-mcp

Claude 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_auth

Follow browser-based authentication flow to complete setup.

Comparison generated from public README + GitHub signals. Last updated automatically.