Weekness — Week & Calendar Utilities
Rank #57,960io.github.dvdksn/weekness
MCP server with ISO week and calendar tools for date conversion, week math, and weekday lookups.
Weekness — Week & Calendar Utilities is a Model Context Protocol (MCP) server published by dvdksn. It ranks #57,960 of 115,591 servers tracked on MCP Toplist. Weekness — Week & Calendar Utilities is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 3, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 57,631 of 115,591 servers on MCP Toplist.
Use Weekness — Week & Calendar Utilities
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add weekness -- docker run -i --rm ghcr.io/dvdksn/weekness:1.0.0[mcp_servers.weekness]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/dvdksn/weekness:1.0.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"weekness": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dvdksn/weekness:1.0.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"weekness": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dvdksn/weekness:1.0.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"weekness": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dvdksn/weekness:1.0.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"weekness": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dvdksn/weekness:1.0.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"weekness": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dvdksn/weekness:1.0.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dvdksn%2Fweekness)<a href="https://mcptoplist.com/server/io.github.dvdksn%2Fweekness"><img src="https://mcptoplist.com/badge/io.github.dvdksn%2Fweekness.svg" alt="MCP Toplist: #57,960 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dvdksn
Other servers by dvdksn
View all dvdksn servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 3, 2026 |
Frequently asked questions
- Who maintains Weekness — Week & Calendar Utilities?
- Weekness — Week & Calendar Utilities is maintained by dvdksn, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Weekness — Week & Calendar Utilities listed on the Official MCP Registry?
- Yes — Weekness — Week & Calendar Utilities is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Weekness — Week & Calendar Utilities have?
- MCP Toplist tracks 1 version of Weekness — Week & Calendar Utilities, most recently published on Jun 3, 2026.
- Where can I find the source code for Weekness — Week & Calendar Utilities?
- The source code for Weekness — Week & Calendar Utilities is hosted at github.com/dvdksn/weekness.