MCP Catalogs
Home

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
Score4377
Official
Categories
DatabaseDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit13 mo agothis 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

  1. Install via npm:
npm install -g mongodb-lens
  1. Install via Docker:
docker pull furey/mongodb-lens
  1. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.