time vs mcp-manager
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-manager by nstebbins | |
|---|---|---|
| Stars | ★ 85,748 | ★ 25 |
| 30d uses | — | — |
| Score | 77 | 38 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsProductivityAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 13 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-manager · Summary
MCP Manager CLI tool simplifies installation and management of MCP servers across Claude Desktop, Cursor and other clients.
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-manager · Use cases
- Streamlining MCP server installation across multiple AI clients
- Centralized management of MCP servers for power users
- Discovering new MCP servers through the CLI search functionality
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"]
}
}
}mcp-manager · Install
Installation
For users:
pip install mcp-managerFor developers:
# Clone the repository
git clone https://github.com/nstebbins/mcp-manager.git
cd mcp-manager
# Install dependencies and development tools
poetry install
pre-commit install # Install git hooks