MCP Server
Active
MIT
io.github.skypier-jp-works/mcp-jp-paid-leave MCP Server
io.github.skypier-jp-works/mcp-jp-paid-leave
What is the io.github.skypier-jp-works/mcp-jp-paid-leave MCP server?
MCP server for Japanese statutory annual paid leave (nenkyu) calculations.
How to install io.github.skypier-jp-works/mcp-jp-paid-leave
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-paid-leave": {
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-jp-paid-leave": {
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-jp-paid-leave": {
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-jp-paid-leave": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}Claude Code
claude mcp add mcp-jp-paid-leave -- npx -y mcp-jp-paid-leaveRelated MCP servers
MCP server for Japanese business days, holidays, and fiscal-period calculations.
0
View repository →TypeScript
MIT
Validates and normalizes Japanese corporate numbers and invoice registration numbers (format only).
0
View repository →TypeScript
MIT