MCP Catalogs
Home

openclaw-superpowers vs time

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

openclaw-superpowers
by ArchieIndian
time
by modelcontextprotocol
Stars★ 62★ 85,748
30d uses
Score4677
Official
Categories
Developer ToolsAI / LLM ToolsSecurity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

openclaw-superpowers · Summary

A skill library for OpenClaw with 56 plug-and-play skills including cron scheduling, security guardrails, and MCP health monitoring.

time · Summary

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

openclaw-superpowers · Use cases

  • Building autonomous AI agents that run 24/7 with persistent memory and task continuity
  • Creating secure AI systems with guardrails against prompt injection and dangerous actions
  • Developing self-improving agents that can generate new skills based on user feedback

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

openclaw-superpowers · Install

git clone https://github.com/ArchieIndian/openclaw-superpowers ~/.openclaw/extensions/superpowers
cd ~/.openclaw/extensions/superpowers && ./install.sh
openclaw gateway restart

Alternatively, you can install skills manually by copying them to your OpenClaw skills directory and configuring cron jobs.

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.