mcp-mongo-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-mongo-server by kiliczsh | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 278 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | DatabaseDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
mcp-mongo-server · Summary
An MCP server for MongoDB interaction with schema inference, query capabilities, and configurable read-only mode.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-mongo-server · Use cases
- Enabling AI assistants to query and analyze MongoDB databases
- Automating database management operations through natural language
- Allowing LLM applications to access and manipulate data in MongoDB collections
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
mcp-mongo-server · Install
Installation
npx -y mcp-mongo-server mongodb://localhost:27017/databaseUsage
# Start server with MongoDB URI
npx -y mcp-mongo-server mongodb://user:password@localhost:27017/database
# Connect in read-only mode
npx -y mcp-mongo-server mongodb://user:password@localhost:27017/database --read-onlyClaude Desktop Integration
Add to Claude Desktop config:
{
"mcpServers": {
"mongo": {
"command": "npx",
"args": ["-y", "mcp-mongo-server", "mongodb://localhost:27017/database"]
}
}
}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"]
}
}
}