# World Clock

Get the current time in any timezone. Set a default timezone for fast lookups. Switch timezones on demand to compare across regions.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add arjunkmrm/time-server

# Browse available tools
npx -y @smithery/cli@latest tool list arjunkmrm/time-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get arjunkmrm/time-server get-time

# Call a tool
npx -y @smithery/cli@latest tool call arjunkmrm/time-server get-time '{}'
```

## Tools (1)

- `get-time` — Get the current time in the configured timezone or a specified timezone

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get arjunkmrm/time-server <tool-name>
```

---

Source: https://github.com/arjunkmrm/time-server
