pipeworx-io/mcp-holidays
MCP server for public holidays — worldwide holiday data by country and year
Platform-specific configuration:
{
"mcpServers": {
"mcp-holidays": {
"command": "npx",
"args": [
"-y",
"mcp-holidays"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Holidays MCP — wraps Nager.Date API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"holidays": {
"url": "https://gateway.pipeworx.io/holidays/mcp"
}
}
}Or use the CLI:
npx pipeworx use holidaysMIT
Loading reviews...