time vs cezzis-com-cocktails-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | cezzis-com-cocktails-mcp by mtnvencenzo | |
|---|---|---|
| Stars | ★ 85,748 | ★ 0 |
| 30d uses | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Productivityfood-beverageAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
cezzis-com-cocktails-mcp · Summary
Go-based MCP server for Cezzis.com cocktails that exposes tools for searching cocktails and managing user authentication.
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
cezzis-com-cocktails-mcp · Use cases
- AI assistants helping mixologists discover new cocktail recipes
- Personalized cocktail recommendations based on user preferences
- Automated cocktail database management for bars and restaurants
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"]
}
}
}cezzis-com-cocktails-mcp · Install
Installation
- **Prerequisites**:
- Go 1.25.1+ - PostgreSQL - Upstream API credentials
- **Configure environment**:
Create .env file in cocktails.mcp/src with required credentials ``env PORT=7999 ENV=loc COCKTAILS_API_HOST=https://your-host/cocktails # ... other env vars ``
- **Build and run**:
``bash make compile ./cocktails.mcp/dist/linux/cezzis-cocktails ``
- **For Claude Desktop**:
Add to claude_desktop_config.json: ``json { "mcpServers": { "cezzis-cocktails": { "command": "./cocktails.mcp/dist/linux/cezzis-cocktails", "args": [] } } } ``