tokio-prompt-orchestrator vs time
Side-by-side comparison to help you pick between these two MCP servers.
tokio-prompt-orchestrator by Mattbusel | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 55 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | 2 mo ago | this month |
tokio-prompt-orchestrator · Summary
Multi-core Tokio-native orchestration for LLM pipelines with MCP server support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
tokio-prompt-orchestrator · Use cases
- Enterprise LLM API orchestration with provider failover and cost optimization
- Production LLM service with prompt injection protection and request deduplication
- Multi-model deployments with load balancing and adaptive worker pool sizing
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
tokio-prompt-orchestrator · Install
Add to your Cargo.toml:
tokio-prompt-orchestrator = "1.9"For Claude Desktop MCP integration, add to claude_desktop_config.json:
{
"mcpServers": {
"tokio-prompt-orchestrator": {
"command": "cargo",
"args": ["run", "--release", "--package", "tokio-prompt-orchestrator", "--", "--mcp"]
}
}
}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"]
}
}
}