mcp-connector vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-connector by foobara | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 35 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Ruby | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-connector · Summary
A Ruby gem that exposes Foobara commands as MCP tools for integration with AI assistants like Claude.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-connector · Use cases
- Integrating Ruby business logic with AI assistants
- Exposing database operations through MCP
- Creating custom tools for AI to use in data processing tasks
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-connector · Install
Installation:
gem install foobara-mcp-connectorClaude Desktop configuration:
{
"mcpServers": {
"mcp-test": {
"type": "stdio",
"command": "your-script-path",
"args": [],
"env": {}
}
}
}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"]
}
}
}