time vs loopin-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | loopin-mcp by nicholasemccormick | |
|---|---|---|
| Stars | ★ 85,748 | ★ 0 |
| 30d uses | — | — |
| Score | 77 | 36 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
loopin-mcp · Summary
LoopIn is an MCP server providing human-in-the-loop interrupt API for AI agents to request human review at critical decision points.
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
loopin-mcp · Use cases
- AI agents seeking human approval for financial transactions before execution
- Autonomous systems requiring human review for potentially risky operations
- Teams implementing human oversight in automated decision-making workflows
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"]
}
}
}loopin-mcp · Install
Install LoopIn MCP server via npm:
npm install -g @colossal-api/loopin-mcpConfigure in Claude Desktop:
{
"mcpServers": {
"loopin": {
"command": "npx",
"args": ["-y", "@colossal-api/loopin-mcp"],
"env": {
"LOOPIN_API_URL": "https://your-loopin-instance.railway.app",
"LOOPIN_API_KEY": "your-key"
}
}
}
}