time vs AgentCrew
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | AgentCrew by saigontechnology | |
|---|---|---|
| Stars | ★ 85,748 | ★ 200 |
| 30d uses | — | — |
| Score | 77 | 49 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
AgentCrew · Summary
AgentCrew is a Python-based multi-agent system that supports MCP for specialized AI collaboration.
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
AgentCrew · Use cases
- Code review and security analysis in development workflows
- Research projects with specialized agent roles for information gathering
- Automation tasks through coordinated agent actions
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"]
}
}
}AgentCrew · Install
Installation
**macOS / Linux**
curl -LsSf https://agentcrew.dev/install.sh | bash**Windows**
powershell -ExecutionPolicy ByPass -c "irm https://agentcrew.dev/install.ps1 | iex"**pip (any platform)**
pip install agentcrew-aiConfiguration
Add your API key via environment variable:
export ANTHROPIC_API_KEY="sk-ant-..."Or create a config file at ~/.AgentCrew/config.json