apra-fleet vs time
Side-by-side comparison to help you pick between these two MCP servers.
apra-fleet by Apra-Labs | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 39 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
apra-fleet · Summary
An MCP server that orchestrates AI coding agents across machines with doer-reviewer loops and multi-machine coordination.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
apra-fleet · Use cases
- Coordinating multiple AI coding agents across different machines for parallel development
- Implementing doer-reviewer loops for code quality assurance
- Distributing computationally intensive tasks across machines via AI orchestration
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
apra-fleet · Install
Quick Start
**macOS (Apple Silicon)**
curl -fsSL https://github.com/Apra-Labs/apra-fleet/releases/latest/download/apra-fleet-installer-darwin-arm64 -o apra-fleet-installer && chmod +x apra-fleet-installer && ./apra-fleet-installer install**Linux (x64)**
curl -fsSL https://github.com/Apra-Labs/apra-fleet/releases/latest/download/apra-fleet-installer-linux-x64 -o apra-fleet-installer && chmod +x apra-fleet-installer && ./apra-fleet-installer install**Windows (x64)**
Invoke-WebRequest -Uri https://github.com/Apra-Labs/apra-fleet/releases/latest/download/apra-fleet-installer-win-x64.exe -OutFile apra-fleet-installer.exe; .\apra-fleet-installer.exe installClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"apra-fleet": {
"command": "apra-fleet",
"args": ["mcp"],
"env": {}
}
}
}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"]
}
}
}