mcp-rb vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-rb by funwarioisii | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 205 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Ruby | TypeScript |
| Last commit | 14 mo ago | this month |
mcp-rb · Summary
Ruby framework for building MCP servers with a Sinatra-like DSL, supporting resources and tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-rb · Use cases
- Building Ruby-based MCP servers for AI applications
- Creating custom tools for Claude Desktop integration
- Implementing resource providers with dynamic templates
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
mcp-rb · Install
Installation
Add this line to your application's Gemfile:
gem 'mcp-rb'Then run:
bundle installFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-rb-example": {
"command": "ruby",
"args": ["path/to/your/server.rb"]
}
}
}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"]
}
}
}