Skip to content
VS Code

mcp jp calendar for VS Code

io.github.skypier-jp-works/mcp-jp-calendar

MCP server for Japanese business days, holidays, and fiscal-period calculations.

client:VS Code transport:stdio runtime:npm

Install mcp jp calendar in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-jp-calendar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-jp-calendar"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp jp calendar in other clients