Skip to content
Grok

time mcp for Grok

io.github.yokingma/time-mcp

Time MCP Server, giving LLMs time awareness capabilities.

client:Grok transport:stdio runtime:npm

Install time mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "time-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "time-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

time mcp in other clients