MCP server for Japanese business day calculations - add/subtract, count, check, and deadline reverse-calculation. Fully offline, no API key required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jp-business-days-mcp": {
"command": "npx",
"args": [
"-y",
"h-kazuki-pixel/jp-business-days-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add jp-business-days-mcp npx -y h-kazuki-pixel/jp-business-days-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"jp-business-days-mcp": {
"command": "npx",
"args": [
"-y",
"h-kazuki-pixel/jp-business-days-mcp-server"
]
}
}
}