time vs vibe
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | vibe by mondaycom | |
|---|---|---|
| Stars | ★ 85,748 | ★ 645 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
vibe · Summary
MCP server for monday.com's Vibe Design System that helps discover component APIs and usage examples.
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
vibe · Use cases
- Discovering Vibe component APIs and properties
- Getting usage examples for specific components
- Finding appropriate icons for your application
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"]
}
}
}vibe · Install
To install the Vibe MCP server, follow the instructions in the [@vibe/mcp](https://github.com/mondaycom/vibe/blob/master/packages/mcp/README.md) documentation.
For Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"vibe": {
"command": "node",
"args": ["path/to/@vibe/mcp/dist/index.js"]
}
}
}