Skip to content
Grok

Icyn Date for Grok

io.github.icyn12-tinker/icyn-date

Date context for agents: Chinese lunar calendar, solar terms, holidays for 12 regions. Offline.

client:Grok transport:stdio runtime:npm

Install Icyn Date in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "icyn-date": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@icyn/date-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

Icyn Date in other clients