MCP Catalogs
Home

clawdcursor vs time

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

clawdcursor
by AmrDab
time
by modelcontextprotocol
Stars★ 315★ 85,748
30d uses
Score5377
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

clawdcursor · Summary

An OS-agnostic, model-agnostic desktop automation server that gives AI agents eyes, hands, and verification through MCP.

time · Summary

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

clawdcursor · Use cases

  • Automating tasks in legacy applications without APIs
  • Controlling desktop apps through AI agents in editors like Claude Code or Cursor
  • Automating workflows across applications with local-only operation

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

clawdcursor · Install

Quick Install

**Windows (PowerShell):**

irm https://clawdcursor.com/install.ps1 | iex

**macOS / Linux:**

curl -fsSL https://clawdcursor.com/install.sh | bash

Then configure:

clawdcursor --version
clawdcursor consent --accept
clawdcursor status

**Claude Desktop Configuration:** Add to ~/.claude/settings.json:

{
  "mcpServers": {
    "clawdcursor": {
      "command": "clawdcursor",
      "args": ["mcp", "--compact"]
    }
  }
}

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.