Odel
mcp jp paid leave

mcp jp paid leave

Local
@skypier-jp-worksTypeScriptMITUpdated 1mo ago

MCP server for Japanese statutory annual paid leave (nenkyu) calculations.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-jp-paid-leavev1.0.0

Run

npx -y mcp-jp-paid-leave

MCP client config

{
  "mcpServers": {
    "mcp-jp-paid-leave": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jp-paid-leave"
      ]
    }
  }
}