AI-company vs time
Side-by-side comparison to help you pick between these two MCP servers.
AI-company by CronusL-1141 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 175 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
AI-company · Summary
Autonomous multi-agent team OS for Claude Code with 108 MCP tools, 40+ agent templates, and real-time dashboard.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
AI-company · Use cases
- Autonomous software development with minimal human oversight
- Multi-agent team coordination for complex projects
- AI-driven research and competitive analysis
- Structured meetings with AI agents using proven methodologies
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
AI-company · Install
pip install ai-team-os
# Add to Claude Desktop config
{
"mcpServers": {
"ai-team-os": {
"command": "python",
"args": ["-m", "ai_team_os.server"],
"env": {
"PYTHONPATH": "/path/to/ai-team-os"
}
}
}
}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"]
}
}
}