mongodb-lens vs time
Side-by-side comparison to help you pick between these two MCP servers.
mongodb-lens by furey | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 201 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 13 mo ago | this month |
mongodb-lens · Summary
MongoDB Lens is a full-featured MCP server enabling natural language interaction with MongoDB databases.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mongodb-lens · Use cases
- Database administrators can analyze and optimize MongoDB performance using natural language commands
- Developers can explore and query MongoDB databases without writing complex MongoDB queries
- Data analysts can generate reports and visualizations from MongoDB data through LLM interactions
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
mongodb-lens · Install
Installation
- Install via npm:
npm install -g mongodb-lens- Install via Docker:
docker pull furey/mongodb-lens- Configure Claude Desktop:
Add to your Claude Desktop config.json:
{
"mcpServers": {
"mongodb-lens": {
"command": "npx",
"args": ["-y", "@furey/mongodb-lens"]
}
}
}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"]
}
}
}