Odel
mcp jp calendar

mcp jp calendar

Local
@skypier-jp-worksTypeScriptMITUpdated 1mo ago

MCP server for Japanese business days, holidays, and fiscal-period 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-calendarv1.1.0

Run

npx -y mcp-jp-calendar

MCP client config

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