MCP server

Time

MCP

The clock, as a tool, so the model stops guessing the timezone.

Official time server. Now, timezones, and conversions — not a hallucinated Tuesday.

latest·MIT·Updated this quarter·github.com/modelcontextprotocol/servers·Transport: stdio

Claude CodeDesktop
Scanned

claude_desktop_config.json

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": [
        "mcp-server-time"
      ]
    }
  }
}

By Model Context Protocol

Spec

What the server actually exposes.

  • get_current_time

    read

    Now, in a named zone.

  • convert_time

    read

    Convert between zones.

Guardrails

  • Read-only
  • Zone is explicit

mcp-time.mcp/tools

Tools

  • get_current_time

    Now, in a named zone.

    read
  • convert_time

    Convert between zones.

    read

Last call

{ "ok": true,
  "tool": "get_current_time",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.