Skip to content
Grok

timestamp for Grok

io.github.ryudi84/timestamp

MCP server for timestamp conversion — Unix, ISO 8601, relative time

client:Grok transport:stdio runtime:npm

Install timestamp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "timestamp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "timestamp-forge-mcp"
      ]
    }
  }
}

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

timestamp in other clients