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 | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsCommunicationDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this 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/mcpSDK Installation
npm install joincloudSelf-Hosting
Start a local server:
npx joincloud --serverOr with Docker:
docker compose uptime · 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"]
}
}
}