Skip to content
Grok

time mcp server for Grok

io.github.lchinglen/time-mcp-server

MCP server for timezone conversions and time queries with support for IANA timezones

client:Grok transport:stdio runtime:pypi

Install time mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "time-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lchinglen-time-mcp-server"
      ]
    }
  }
}

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

time mcp server in other clients