What is the Public Holidays MCP server?
Public holidays for 100+ countries — by year, or the next ones coming up. Via Nager.Date.
How to install Public Holidays
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"public-holidays": {
"url": "https://invokera.com/r/public-holidays"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"public-holidays": {
"serverUrl": "https://invokera.com/r/public-holidays"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"public-holidays": {
"type": "http",
"url": "https://invokera.com/r/public-holidays"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"public-holidays": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://invokera.com/r/public-holidays"
]
}
}
}Claude Code
claude mcp add --transport http public-holidays https://invokera.com/r/public-holidaysRelated MCP servers
Search books and authors across Open Library, the Internet Archive open catalog.
Latest and historical ECB foreign-exchange reference rates for 30+ currencies, via Frankfurter.
Search, inspect and invoke every public tool on Invokera through one MCP connection.
Live health and AI-readable metadata of invokera.com. Demo of an Invokera-hosted MCP server.
Postal code lookup with place names and coordinates for 60+ countries. Via Zippopotam.us.
Current time in any IANA time zone, plus the full time-zone list. Via timeapi.io.