turbomcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
turbomcp by Epistates | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 84 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | this month | this month |
turbomcp · Summary
Production-ready Rust SDK for MCP with zero-boilerplate macros, modular transport architecture, and WASM support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
turbomcp · Use cases
- Building Claude Desktop servers with custom tools and resources
- Creating high-performance MCP servers for cloud deployments
- Developing embedded MCP applications with no_std support
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
turbomcp · Install
Installation
Add to Cargo.toml:
[dependencies]
turbomcp = "3.1.3"
tokio = { version = "1", features = ["full"] }Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"calculator": {
"command": "/path/to/your/server",
"args": []
}
}
}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"]
}
}
}