World Time for Claude Desktop
com.invokera/world-time
Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.
client:Claude Desktop
transport:streamable-http
tools:2
Install World Time in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"world-time": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://invokera.com/r/world-time"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs