time vs turn-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | turn-mcp by shiahonb777 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 24 |
| 30d uses | — | — |
| Score | 77 | 43 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
turn-mcp · Summary
MCP server that enables infinite conversation turns in a single API request with human-in-the-loop capabilities.
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
turn-mcp · Use cases
- Approval workflows requiring human sign-off before proceeding
- Long-running AI agent tasks with intermittent human guidance
- Branching decision points where agent path depends on human input
- Review queues for AI-generated content before publication
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"]
}
}
}turn-mcp · Install
Quick Start
macOS
Double-click start.command
Windows
Double-click start.bat
Linux
bash start.shFrom Source
npm install
npm run build
npm start**MCP Configuration for Claude Desktop:**
{
"mcpServers": {
"turn-mcp-web": {
"url": "http://127.0.0.1:3737/mcp"
}
}
}