Time for VS Code
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:VS Code
transport:stdio
runtime:pypi
tools:2
Install Time in VS Code
.vscode/mcp.json
{
"servers": {
"time": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-time"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs