JP Business Calendar MCP
Click on "Deploy 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月6日は祝日?"
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: business-day-mcp
導入
pip install mcp
python3 server.py
# または: pip install ./ → jp-business-calendar-mcp コマンドClaude Desktop 設定
{ "mcpServers": { "jp-business-calendar": {
"command": "python3", "args": ["/絶対パス/products/mcp-jp-calendar/server.py"] } } }使用例
「2026年5月6日は祝日?」→ 振替休日
「今日から10営業日後は?」
「7/15請求、月末締め翌月末払いの支払日は?」→ 2026-08-31
「2026年3月31日は何年度?」→ 2025年度
ライセンス / 免責
MIT License。個人・商用利用可。祝日・営業日は一般的なルールに基づく補助であり、正確性を保証しません。重要な判断は公式のカレンダー等でご確認ください。
made by panda studio ・ 「JP Invoice & Tax MCP」と合わせて日本のフリーランス/中小の実務MCPスイート
This server cannot be deployed
Maintenance
Related MCP Connectors
Japanese holiday and business-day calculations using official Japan Cabinet Office data.
Deterministic date arithmetic with auditable receipts: business days, due dates, holidays.
Business-day, SLA, cron and recurrence calculations — offline, holiday-aware, no network.
Japan data tools for AI agents: calendar (rokuyo), address, name splitting, corporate number lookup
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceJapanese calendar API for AI agents. Provides Rokuyo, Rekichu, Eto, 24 Solar Terms, and fortune judgments. MCP + REST API.5 npmMIT
- AlicenseAqualityCmaintenanceMCP server for business-day arithmetic with country-aware holiday calendars. It offers tools to check, calculate, and list business days and holidays for over 60 countries.9MIT
- AlicenseAqualityCmaintenanceProvides deterministic business-day calculations for AI agents, correctly handling country-specific weekends and public holidays.634 npm1Apache 2.0
- FlicenseAqualityDmaintenanceProvides verified ANZ public holidays, school terms, and business-day calculations for all 9 regions of Australia and New Zealand, backed by data for 2026 and 2027.3-