time vs vibe-check-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | vibe-check-mcp-server by PV-Bhat | |
|---|---|---|
| Stars | ★ 85,748 | ★ 487 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper 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.
vibe-check-mcp-server · Summary
Vibe Check MCP provides mentor-like feedback to AI Agents, preventing tunnel-vision and over-engineering through chain-pattern interrupts.
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-check-mcp-server · Use cases
- Coding assistance to prevent over-engineering and maintain simplicity
- Oversight for high-risk tasks requiring careful deliberation
- Guidance for ambiguous tasks that might lead to agent tunnel vision
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-check-mcp-server · Install
Installation
Quick Start (npx)
Run the server directly from npm without a local installation. Requires Node >=20.
Option 1 – MCP client over STDIO
npx -y @pv-bhat/vibe-check-mcp start --stdioAdd this to your client config:
{
"mcpServers": {
"vibe-check-mcp": {
"command": "npx",
"args": ["-y", "@pv-bhat/vibe-check-mcp", "start", "--stdio"]
}
}
}Option 2 – HTTP inspection
npx -y @pv-bhat/vibe-check-mcp start --http --port 2091