Skip to content
Grok

currentdt mcp for Grok

io.github.biswajitpanday/currentdt-mcp

Current date and time for AI assistants: UTC, local+offset and epoch together. Any IANA zone.

client:Grok transport:stdio runtime:npm

Install currentdt mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "currentdt-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@strix-ai/currentdt-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

currentdt mcp in other clients