# Server Time

Retrieve the current time effortlessly with this server. Integrate time-fetching capabilities into your applications seamlessly. Enhance your projects with accurate and reliable time data.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list vaebe/mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vaebe/mcp get_current_time

# Call a tool
npx -y @smithery/cli@latest tool call vaebe/mcp get_current_time '{}'
```

## Tools (2)

- `get_current_time` — 获取当前时间
- `convert_time` — 在时区之间转换时间

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

---

Source: https://github.com/vaebe/mcp/tree/main/./packages/time | License: Apache-2.0
