MCP Catalogs
Home

time vs clawmaster

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

time
by modelcontextprotocol
clawmaster
by openmaster-ai
Stars★ 85,748★ 20
30d uses
Score7742
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsProductivityAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

clawmaster · Summary

A comprehensive MCP server platform for managing OpenClaw with web console, desktop app, and MCP server integration.

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

clawmaster · Use cases

  • Managing OpenClaw configurations for teams or families through a centralized web interface
  • Setting up memory-backed digital assistants with PowerMem integration
  • Monitoring and observability of OpenClaw runtime performance and costs

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

clawmaster · Install

Installation

CLI + Web Console (recommended)

npm i -g clawmaster
clawmaster                   # start the web console

Open http://localhost:16223 — the setup wizard walks you through OpenClaw engine detection and LLM provider configuration.

clawmaster serve --daemon    # run in background
clawmaster stop              # stop the service
clawmaster doctor            # verify your environment

Desktop App (Beta)

Download the installer for your platform from [GitHub Releases](https://github.com/openmaster-ai/clawmaster/releases)

From Source

git clone https://github.com/openmaster-ai/clawmaster.git
cd clawmaster
npm install
npm run dev:web              # web console + backend
npm run tauri:dev            # desktop app

Requires Node.js 20+.

Comparison generated from public README + GitHub signals. Last updated automatically.