time vs rohlik-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | rohlik-mcp by tomaspavlin | |
|---|---|---|
| Stars | ★ 85,748 | ★ 108 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | E-commerceAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
rohlik-mcp · Summary
MCP server enabling AI assistants to shop groceries across Rohlik Group platforms in 6 European countries.
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
rohlik-mcp · Use cases
- Smart grocery shopping with AI assistants based on purchase history
- Comparing prices and finding deals across multiple regions
- Automating recurring grocery orders and meal planning
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"]
}
}
}rohlik-mcp · Install
Installation
Install via Claude Desktop by adding to your config file:
**macOS:** ~/Library/Application Support/Claude/claude_desktop_config.json **Windows:** %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"rohlik": {
"command": "npx",
"args": ["-y", "@tomaspavlin/rohlik-mcp"],
"env": {
"ROHLIK_USERNAME": "your-email@example.com",
"ROHLIK_PASSWORD": "your-password",
"ROHLIK_BASE_URL": "https://www.rohlik.cz"
}
}
}
}Alternatively, install locally for development:
npm install
npm run buildSet ROHLIK_BASE_URL to match your region: knuspr.de (Germany), gurkerl.at (Austria), kifli.hu (Hungary), or sezamo.ro (Romania).