PluginBench
MCP Server
Active
MIT

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

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

What is the io.github.skypier-jp-works/mcp-jp-calendar MCP server?

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

How to install io.github.skypier-jp-works/mcp-jp-calendar

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-jp-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jp-calendar"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-jp-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jp-calendar"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-jp-calendar": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-jp-calendar"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-jp-calendar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-jp-calendar"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-jp-calendar -- npx -y mcp-jp-calendar

Related MCP servers

Validates and normalizes Japanese corporate numbers and invoice registration numbers (format only).

0
TypeScript
MIT
View repository →

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

0
TypeScript
MIT
View repository →
io.github.skypier-jp-works/mcp-jp-calendar MCP Server | PluginBench