cn-holiday-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., "@cn-holiday-mcpIs 2026-02-14 a holiday or makeup workday?"
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.
cn-holiday-mcp
A MCP (Model Context Protocol) server for querying Chinese statutory holidays and makeup workdays, zero-dependency, offline-ready, and works out of the box.
Data source: General Office of the State Council's Notice on the Arrangement of Some Holidays in 2025 and Notice on the Arrangement of Some Holidays in 2026 (State Council Office Circular).
Features
✅ Zero-dependency: pure Node.js standard library, runs directly with
node >= 18✅ stdio transport, compliant with MCP
2024-11-05protocol✅ Complete data for 2025 and 2026 (including all makeup workdays)
✅ Two tools:
query_holiday(query a specific day),list_holidays(list the whole year)
Quick Start
node src/server.mjs # 直接运行
npm start # 或通过 npm script
node tests/smoke.mjs # 冒烟测试Connect to Claude Desktop
Edit claude_desktop_config.json:
{
"mcpServers": {
"cn-holiday": {
"command": "node",
"args": ["C:\\path\\to\\cn-holiday-mcp\\src\\server.mjs"]
}
}
}Tools
Tool | Parameters | Example |
|
|
|
|
|
|
Example Q&A
2026-02-14→ "Makeup workday for Spring Festival, work required"2026-10-05→ "National Day holiday, 7 days total"2026-03-10→ "Regular working day"
Roadmap (Pro)
Lunar calendar / almanac / solar terms (perpetual calendar)
2027 and beyond (updated as soon as officially released)
Enterprise scheduling API, subscription-based (HTTP + token)
Holidays in multiple countries
English
cn-holiday-mcp is a zero-dependency MCP server for Chinese public holidays and makeup workdays (调休), covering 2025–2026 per official State Council notices. No API keys, no network calls, fully offline.
Tools
query_holiday— is a given date (YYYY-MM-DD) a public holiday, a makeup workday, or a regular working day?list_holidays— full yearly schedule including makeup workdays.
Run
node src/server.mjs # Node.js >= 18, nothing to installInstall — Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"cn-holiday": {
"command": "node",
"args": ["C:\\path\\to\\cn-holiday-mcp\\src\\server.mjs"]
}
}
}Roadmap — lunar calendar / solar terms; 2027+ schedules; enterprise scheduling API (subscription); more countries.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
China facts a server outside China cannot get: real mainland reachability, 调休 holidays, ID/phone val
Hosted MCP server for business-day math, deadline planning, meeting overlap, and SLA calculations.
Hosted MCP server for personal tools: budgets, savings goals, spaced repetition, tips, countdowns.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/qianwei2333/cn-holiday-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server