time for VS Code
pro.worldclock/time
A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.
client:VS Code
transport:streamable-http
tools:5
Install time in VS Code
.vscode/mcp.json
{
"servers": {
"time": {
"type": "http",
"url": "https://worldclock.pro/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs