jp-business-calendar-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jp-business-calendar-mcp2026年5月4日は祝日?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JP Business Calendar MCP — 日本のビジネスカレンダー MCP
AIアシスタント(Claude Desktop等)から使える、日本の実務に特化したカレンダーMCPサーバーです。 祝日判定・営業日計算・支払サイト計算・年度・締切までの残日数を、会話の中でそのまま実行できます。外部API・ログイン不要、すべてローカルで完結します。
ツール(6種・すべて動作検証済み)
ツール | 内容 |
| 指定日が日本の祝日・休日か(振替休日・国民の休日も含む) |
| n営業日後(土日祝を除く/負数で過去方向も) |
| 期間の営業日数 |
| 締め日+支払サイトから支払日を計算(休業日は前/翌営業日に調整) |
| 年度(既定4月始まり) |
| 指定日までの残り日数・営業日数(締切管理) |
祝日は固定日・ハッピーマンデー・春分/秋分(天文計算)・振替休日・国民の休日まで自動算出します。
Related MCP server: shirabe-calendar-api
導入
PyPIから(推奨・最短)
pip install jp-business-calendar-mcp→ jp-business-calendar-mcp コマンドが使えます。
ソースから(開発)
git clone https://github.com/panda-studio-dev/jp-business-calendar-mcp
cd jp-business-calendar-mcp && pip install -e .Claude Desktop 設定
claude_desktop_config.json に追記:
{ "mcpServers": { "jp-business-calendar": { "command": "jp-business-calendar-mcp" } } }(ソースから動かす場合は "command": "python3", "args": ["/絶対パス/server.py"])
使用例
「2026年5月6日は祝日?」→ 振替休日
「今日から10営業日後は?」
「7/15請求、月末締め翌月末払いの支払日は?」→ 2026-08-31
「2026年3月31日は何年度?」→ 2025年度
ライセンス / 免責
MIT License。個人・商用利用可。祝日・営業日は一般的なルールに基づく補助であり、正確性を保証しません。重要な判断は公式のカレンダー等でご確認ください。
関連
GitHub: https://github.com/panda-studio-dev/jp-business-calendar-mcp
姉妹版: JP Invoice & Tax MCP(消費税・源泉徴収・インボイス番号検証)
made by panda studio ・ 「JP Invoice & Tax MCP」と合わせて日本のフリーランス/中小の実務MCPスイート
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/panda-studio-dev/jp-business-calendar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server