agency-orchestrator vs time
Side-by-side comparison to help you pick between these two MCP servers.
agency-orchestrator by jnMetaCode | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 859 | ★ 85,748 |
| 30d uses | — | — |
| Score | 52 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
agency-orchestrator · Summary
A multi-AI-role orchestration tool that enables complex task completion through collaboration of 211+ expert roles with zero-code YAML configuration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
agency-orchestrator · Use cases
- Code review with parallel analysis of security, performance, and architectural aspects
- Business planning and feasibility analysis for startups and products
- Multi-step content creation with research, strategy, and execution planning
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
agency-orchestrator · Install
Installation
npm install -g agency-orchestratorMCP Server Setup
For Claude Code:
{
"mcpServers": {
"agency-orchestrator": {
"command": "npx",
"args": ["agency-orchestrator", "serve"]
}
}
}For Cursor:
{
"mcpServers": {
"agency-orchestrator": {
"command": "npx",
"args": ["agency-orchestrator", "serve"]
}
}
}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"]
}
}
}