MCP Catalogs
Home

time vs swarmclaw

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

time
by modelcontextprotocol
swarmclaw
by swarmclawai
Stars★ 85,748★ 486
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

swarmclaw · Summary

SwarmClaw is a self-hosted multi-agent framework with MCP tools for autonomous agent swarms.

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

swarmclaw · Use cases

  • Building and managing autonomous agent teams with delegation capabilities
  • Creating self-hosted AI agent workflows across multiple LLM providers
  • Developing complex multi-agent systems with agent memory and persistence

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"]
    }
  }
}

swarmclaw · Install

Installing SwarmClaw

Desktop App (Recommended)

Download the one-click installer from [swarmclaw.ai/downloads](https://swarmclaw.ai/downloads) Available for macOS, Windows, and Linux.

Global Install

npm i -g @swarmclawai/swarmclaw
swarmclaw

Docker

git clone https://github.com/swarmclawai/swarmclaw.git
cd swarmclaw
mkdir -p data
touch .env.local
docker compose up -d --build

Claude Desktop Integration

To use SwarmClaw as an MCP server with Claude Desktop:

  1. Add to Claude Desktop config:
{
  "mcpServers": {
    "swarmclaw": {
      "command": "swarmclaw",
      "args": ["server"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.