Back to MCP Servers
Bizdays
Business-day & public-holiday calculations for 200+ countries (add/count working days, next business day, country weekend rules).
finance-fintech
By qinisolabs
Installation
npx -y bizdaysConfiguration
{
"mcpServers": {
"bizdays": {
"command": "npx",
"args": ["-y", "bizdays"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes