Need to work with ISO week numbers in your LLM workflows? This server gives you eight calendar operations: get current date or week, convert timestamps to ISO weeks, map week numbers back to date ranges, do week arithmetic with add_weeks and weeks_between, and look up weekday names or find the nearest occurrence of a specific weekday. It handles ISO 8601 timestamps, plain dates, and week strings like 2024-W15. Runs over stdio via Docker or a Go binary. Useful when you're building scheduling tools, processing time-series data bucketed by week, or just need reliable date math without reimplementing ISO week logic.
An MCP (Model Context Protocol) server that provides week and calendar helper tools for converting between dates and ISO weeks, performing week arithmetic, and looking up weekday names.
docker run --rm -i ghcr.io/dvdksn/weekness:latest
go build -o weekness .
This MCP server communicates over stdio and is designed to be used with MCP clients like Claude Desktop or other applications that support the Model Context Protocol.
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"weekness": {
"command": "docker",
"args": ["run", "--rm", "-i", "ghcr.io/dvdksn/weekness:latest"]
}
}
}
Or if running from a local build:
{
"mcpServers": {
"weekness": {
"command": "/path/to/weekness"
}
}
}
2024-03-15T10:30:00Z2024-03-15T10:30:00-07:002024-03-152024-W15 (where accepted)gongrzhe/office-powerpoint-mcp-server
gongrzhe/office-word-mcp-server
io.github.mindstone/mcp-server-office
greirson/mcp-todoist
henilcalagiya/mcp-apple-notes
ankimcp/anki-mcp-server-addon