Skip to content
Grok

Weekness — Week & Calendar Utilities for Grok

io.github.dvdksn/weekness

MCP server with ISO week and calendar tools for date conversion, week math, and weekday lookups.

client:Grok transport:stdio runtime:oci

Install Weekness — Week & Calendar Utilities in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "weekness": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dvdksn/weekness:1.0.0"
      ]
    }
  }
}

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

Weekness — Week & Calendar Utilities in other clients