MCP server

Time
MCPThe 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"
]
}
}
}Spec
What the server actually exposes.
get_current_time
readNow, in a named zone.
convert_time
readConvert between zones.
Guardrails
- Read-only
- Zone is explicit
mcp-time.mcp/tools
Tools
- read
get_current_time
Now, in a named zone.
- read
convert_time
Convert between zones.
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.