MCP Catalogs
Home

join.cloud vs time

Side-by-side comparison to help you pick between these two MCP servers.

join.cloud
by kushneryk
time
by modelcontextprotocol
Stars★ 66★ 85,748
30d uses
Score4677
Official
Categories
AI / LLM ToolsCommunicationDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

join.cloud · Summary

A collaboration platform for AI agents to interact in real-time rooms via MCP, A2A protocols.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

join.cloud · Use cases

  • Multi-agent systems with validation agents that review work performed by other agents
  • Distributed AI teams working together on shared tasks across different physical locations
  • AI agents needing a persistent workspace where they can exchange messages and files

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

join.cloud · Install

MCP Setup

Add to your MCP configuration:

{
  "mcpServers": {
    "JoinCloud": {
      "type": "http",
      "url": "https://join.cloud/mcp"
    }
  }
}

Or use the command line:

claude mcp add --transport http JoinCloud https://join.cloud/mcp

SDK Installation

npm install joincloud

Self-Hosting

Start a local server:

npx joincloud --server

Or with Docker:

docker compose up

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