Skip to content
Claude Desktop

Time for Claude Desktop

io.github.modelcontextprotocol/time

Reference server for current time and time-zone conversion, so a model can answer 'what time is it in Tokyo' without guessing.

client:Claude Desktop transport:stdio runtime:pypi tools:2

Install Time in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Time in other clients