mcpbeat Sign in

Holidays MCP Server

local only

Holidays MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Nager and Open Holidays public holidays.

Installs / week
npm · holidays-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Holidays MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add holidays-mcp -- npx -y holidays-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "holidays-mcp": {
      "args": [
        "-y",
        "holidays-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.holidays-mcp]
command = "npx"
args = ["-y", "holidays-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "holidays-mcp": {
      "args": [
        "-y",
        "holidays-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "holidays-mcp": {
      "args": [
        "-y",
        "holidays-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Holidays MCP

same job, measured the same way
Swiss Holidays MCP
by malkreide

Swiss school & public holidays, 26 cantons, by Schulart (OpenHolidays + Nager.Date)

69 installs/wk local only
Openholidays
by pipeworx-io

OpenHolidays MCP.

35 tools answering
Enrico MCP
by mrfentmen

Enrico (kayaposoft) holiday API: public holidays by country and year.

local only
C
Public Holidays
by invokera

Public holidays for 100+ countries — by year, or the next ones coming up. Via Nager.Date.

2 tools answering
holidays
by pipeworx-io

Holidays MCP — wraps Nager.Date API (free, no auth)

39 tools answering
Mycal
by junhui20

Malaysia public holidays, school terms, business days & a leave optimizer (13 tools).

43 installs/wk local only
Urlaub Smart
by urlaub-smart

Plan vacation days around public holidays, bridge days and school holidays in DE, AT and CH

4 tools answering
JP Data (Japanese Public Business Data)
by kimotostudio

Japanese open-data MCP server: corporate-number validation, zengin bank codes, national holidays

local only

Holidays MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Holidays MCP?
Holidays MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package holidays-mcp.
How do I connect Holidays MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls holidays-mcp straight from npm; nothing to host, nothing to sign up for.
Is Holidays MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.