mcp-jp-paid-leave
Rank #44,902io.github.skypier-jp-works/mcp-jp-paid-leave
MCP server for Japanese statutory annual paid leave (nenkyu) calculations.
mcp-jp-paid-leave is a Model Context Protocol (MCP) server published by skypier-jp-works. It ranks #44,902 of 115,460 servers tracked on MCP Toplist. mcp-jp-paid-leave is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 28, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 70,558 of 115,460 servers on MCP Toplist.
Use mcp-jp-paid-leave
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-jp-paid-leave -- npx -y mcp-jp-paid-leave[mcp_servers.mcp-jp-paid-leave]
command = "npx"
args = ["-y", "mcp-jp-paid-leave"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-jp-paid-leave": {
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-jp-paid-leave": {
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-jp-paid-leave": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-jp-paid-leave": {
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-jp-paid-leave": {
"command": "npx",
"args": [
"-y",
"mcp-jp-paid-leave"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.skypier-jp-works%2Fmcp-jp-paid-leave)<a href="https://mcptoplist.com/server/io.github.skypier-jp-works%2Fmcp-jp-paid-leave"><img src="https://mcptoplist.com/badge/io.github.skypier-jp-works%2Fmcp-jp-paid-leave.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
skypier-jp-works
Other servers by skypier-jp-works
View all skypier-jp-works servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 29, 2026 |
Frequently asked questions
- Who maintains mcp-jp-paid-leave?
- mcp-jp-paid-leave is maintained by skypier-jp-works, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is mcp-jp-paid-leave listed on the Official MCP Registry?
- Yes — mcp-jp-paid-leave is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-jp-paid-leave have?
- MCP Toplist tracks 1 version of mcp-jp-paid-leave, most recently published on Jul 29, 2026.
- Where can I find the source code for mcp-jp-paid-leave?
- The source code for mcp-jp-paid-leave is hosted at github.com/skypier-jp-works/mcp-jp-paid-leave.