MCP Ukrainian Calendar MCP Server

MCP server for Ukrainian pagan calendar — holidays, deities, folk wisdom, and birth charms

Local serverstdio

What is the MCP Ukrainian Calendar MCP server?

MCP server for Ukrainian pagan calendar — holidays, deities, folk wisdom, and birth charms. Exposed over MCP by the mcp ukrainian calendar mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

Its toolset

Everything the assistant can do here goes through one of these:

  • get_today_holiday — Holidays for today or a specific date, with traditions and rituals
  • get_upcoming_holidays — List of upcoming holidays in the next N days
  • get_holiday_details — Full details for a holiday by name or slug
  • search_holidays — Search holidays by keyword across name, description, traditions
  • get_season_holidays — All holidays for a given season
  • get_deity — Info about a deity or mythological figure
  • search_deities — Search deities by name or filter by group
  • get_folk_wisdom — Daily folk proverb for today or a specific date
  • get_charm — Personal birth charm with patron deity and ornament
  • Cursor — The Cursor tool exposed by this server

Adding it to your client

mcp-ukrainian-calendar on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

When to reach for it

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Ukrainian Calendar's toolset — get_today_holiday, get_upcoming_holidays, get_holiday_details and 7 more — is a fair guide to whether it matches your workflow. It is maintained by chuprinadaria; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Ukrainian Calendar.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp ukrainian calendar mcp server does with a few real requests.

Available tools

ToolWhat it does
get_today_holidayHolidays for today or a specific date, with traditions and rituals
get_upcoming_holidaysList of upcoming holidays in the next N days
get_holiday_detailsFull details for a holiday by name or slug
search_holidaysSearch holidays by keyword across name, description, traditions
get_season_holidaysAll holidays for a given season
get_deityInfo about a deity or mythological figure
search_deitiesSearch deities by name or filter by group
get_folk_wisdomDaily folk proverb for today or a specific date
get_charmPersonal birth charm with patron deity and ornament
CursorThe Cursor tool exposed by this server.

How to install the MCP Ukrainian Calendar MCP server

{
  "mcpServers": {
    "ukrainian-calendar": {
      "command": "npx",
      "args": ["-y", "mcp-ukrainian-calendar"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use MCP Ukrainian Calendar to get today holiday.
  • Use MCP Ukrainian Calendar to get upcoming holidays.
  • Use MCP Ukrainian Calendar to get holiday details.

Frequently asked questions

It connects MCP Ukrainian Calendar to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (get_today_holiday, get_upcoming_holidays, get_holiday_details, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Ukrainian Calendar directly.