mcp-jp-calendar
Rank #38,049io.github.skypier-jp-works/mcp-jp-calendar
MCP server for Japanese business days, holidays, and fiscal-period calculations.
mcp-jp-calendar is a Model Context Protocol (MCP) server published by skypier-jp-works. It ranks #38,049 of 115,460 servers tracked on MCP Toplist. mcp-jp-calendar is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 26, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 77,411 of 115,460 servers on MCP Toplist.
Use mcp-jp-calendar
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-jp-calendar -- npx -y mcp-jp-calendar[mcp_servers.mcp-jp-calendar]
command = "npx"
args = ["-y", "mcp-jp-calendar"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-jp-calendar": {
"command": "npx",
"args": [
"-y",
"mcp-jp-calendar"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-jp-calendar": {
"command": "npx",
"args": [
"-y",
"mcp-jp-calendar"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-jp-calendar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-jp-calendar"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-jp-calendar": {
"command": "npx",
"args": [
"-y",
"mcp-jp-calendar"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-jp-calendar": {
"command": "npx",
"args": [
"-y",
"mcp-jp-calendar"
]
}
}
}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-calendar)<a href="https://mcptoplist.com/server/io.github.skypier-jp-works%2Fmcp-jp-calendar"><img src="https://mcptoplist.com/badge/io.github.skypier-jp-works%2Fmcp-jp-calendar.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 (2)
| Version | Published |
|---|---|
| 1.1.0 | Jul 29, 2026 |
| 1.0.0 | Jul 26, 2026 |
Frequently asked questions
- Who maintains mcp-jp-calendar?
- mcp-jp-calendar is maintained by skypier-jp-works, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is mcp-jp-calendar listed on the Official MCP Registry?
- Yes — mcp-jp-calendar is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-jp-calendar have?
- MCP Toplist tracks 2 versions of mcp-jp-calendar, most recently published on Jul 29, 2026.
- Where can I find the source code for mcp-jp-calendar?
- The source code for mcp-jp-calendar is hosted at github.com/skypier-jp-works/mcp-jp-calendar.