offeryn vs time
Side-by-side comparison to help you pick between these two MCP servers.
offeryn by avahowell | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 37 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | 15 mo ago | this month |
offeryn · Summary
Rust-based MCP server implementation with tool generation macros and multiple transport options.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
offeryn · Use cases
- Building custom AI agents with Rust-based tools
- Creating calculator utilities for LLM assistants
- Implementing MCP servers with SSE transport for web applications
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
offeryn · Install
Installation
Add to your Cargo.toml:
[dependencies]
offeryn = "0.1.0"Claude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"offeryn-calculator": {
"command": "path/to/your/calculator-binary",
"args": []
}
}
}For SSE transport, use an MCP client that supports SSE mode and connect to the specified address.
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"]
}
}
}