Vibe-Coder-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
Vibe-Coder-MCP by freshtechbro | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 99 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
Vibe-Coder-MCP · Summary
Vibe-Coder-MCP is a TypeScript-based MCP server that extends AI assistants with specialized software development tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Vibe-Coder-MCP · Use cases
- Enhancing AI coding assistants with specialized software development tools
- Automating codebase analysis and documentation generation
- Creating product requirements documents and user stories from prompts
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-Coder-MCP · Install
Installation
**Global Installation (Recommended)**
npm install -g vibe-coder-mcp@latest**Quick Run with npx**
npx vibe-coder-mcp@latest**MCP Client Integration (Claude Desktop)** Add to your claude_desktop_config.json:
{
"mcpServers": {
"vibe-coder-mcp": {
"command": "npx",
"args": ["vibe-coder-mcp"],
"env": {
"OPENROUTER_API_KEY": "your-openrouter-api-key",
"VIBE_PROJECT_ROOT": "/path/to/your/project"
}
}
}
}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"]
}
}
}