time vs notebooklm-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | notebooklm-mcp by roomi-fields | |
|---|---|---|
| Stars | ★ 85,748 | ★ 76 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| 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 · Summary
Google NotebookLM MCP server with HTTP API for Q&A, content generation, and multi-account rotation.
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 · Use cases
- Automating research workflows with citation-backed answers from multiple sources
- Generating diverse content formats (audio, video, reports) from notebooks
- Integrating NotebookLM into automation pipelines via HTTP REST API
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 · Install
Option 1 — Claude Code Marketplace (Recommended)
/plugin marketplace add roomi-fields/claude-plugins
/plugin install notebooklm@roomi-fieldsOption 2 — Manual MCP Setup
git clone https://github.com/roomi-fields/notebooklm-mcp.git
cd notebooklm-mcp
npm install && npm run build
claude mcp add notebooklm node /path/to/notebooklm-mcp/dist/index.jsOption 3 — HTTP REST API
npm install && npm run build
npm run setup-auth # One-time Google login
npm run start:http # Start REST API on port 3000