Skip to content
Claude Desktop

Weekness — Week & Calendar Utilities for Claude Desktop

io.github.dvdksn/weekness

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

client:Claude Desktop transport:stdio runtime:oci

Install Weekness — Week & Calendar Utilities in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Weekness — Week & Calendar Utilities in other clients