Time for Grok
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:Grok
transport:stdio
runtime:pypi
tools:2
Install Time in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"time": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-time"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs