Skip to content
Claude Desktop

time mcp server for Claude Desktop

io.github.lchinglen/time-mcp-server

MCP server for timezone conversions and time queries with support for IANA timezones

client:Claude Desktop transport:stdio runtime:pypi

Install time mcp server in Claude Desktop

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

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

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

time mcp server in other clients