time vs easy-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | easy-mcp by zcaceres | |
|---|---|---|
| Stars | ★ 85,748 | ★ 194 |
| 30d uses | — | — |
| Score | 77 | 40 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 16 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
easy-mcp · Summary
A TypeScript framework for creating MCP servers with simple Express-like API and experimental decorators.
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
easy-mcp · Use cases
- Creating custom MCP servers with TypeScript tools and resources
- Building AI assistants with custom capabilities through decorator API
- Rapid prototyping of MCP servers with minimal boilerplate
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"]
}
}
}easy-mcp · Install
bun install easy-mcpFor Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"easy-mcp": {
"command": "npx",
"args": ["easy-mcp"]
}
}
}