time vs mcp-ecosystem
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-ecosystem by SynkraAI | |
|---|---|---|
| Stars | ★ 85,748 | ★ 26 |
| 30d uses | — | — |
| Score | 77 | 41 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | — |
| Last commit | this month | 5 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-ecosystem · Summary
Collection of MCP server configurations, presets, and IDE configs for AIOS and Claude Code integration.
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-ecosystem · Use cases
- Development workflow integration with AIOS and Claude Code
- Research documentation and content extraction using MCP servers
- Browser automation for testing and web interaction
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-ecosystem · Install
Installation
Claude Code
# View sample config
cat ide-configs/claude/sample-config.json
# Apply (merge with your existing ~/.claude.json)Cursor
# View sample config
cat ide-configs/cursor/sample-config.json
# Apply to .cursor/settings.jsonManual Configuration
- Select your preset from presets/ directory
- Configure the MCP servers in your AIOS or Claude Code settings
- Set environment variables for API keys (e.g., EXA_API_KEY)