World Time for VS Code
com.invokera/world-time
Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.
client:VS Code
transport:streamable-http
tools:2
Install World Time in VS Code
.vscode/mcp.json
{
"servers": {
"world-time": {
"type": "http",
"url": "https://invokera.com/r/world-time"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs