time vs easymcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | easymcp by promptmesh | |
|---|---|---|
| Stars | ★ 85,748 | ★ 18 |
| 30d uses | — | — |
| Score | 77 | 35 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| 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.
easymcp · Summary
A high-performance Python SDK for MCP clients with server management, caching, and parallel request support.
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
easymcp · Use cases
- Building applications that need to interact with multiple MCP servers simultaneously
- Creating MCP clients with automatic caching and invalidation for better performance
- Implementing scalable tool calling across distributed MCP hosts
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"]
}
}
}easymcp · Install
uv add easymcpFor Claude Desktop integration:
{
"mcpServers": {
"easymcp": {
"command": "python",
"args": ["-m", "easymcp"]
}
}
}