MCP Catalogs
Home

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
Score7736
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month1 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-mcp

Configure 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"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.