CN Calendar Skill
About
Chinese calendar MCP server — holidays, lunar/solar conversion, 24 solar terms, workday calculation, 13 endpoints, zero API dependency
Details
- Author
- demo112
- Categories
- Productivity, Other
Jump to
Setup
Install CN Calendar Skill in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/demo112/cn-calendar-skill
Follow the installation instructions in the repository README, then restart your MCP client.
npx skills add demo112/cn-calendar-skill
装完直接对 Claude Code / Codex / Cursor / Hermes 说:「6月有多少工作日?」「请2天假怎么连最长?」
# ❌ 硬编码节假日 — 每年更新,调休补班容易漏 if date in ['2026-01-01', '2026-01-02', ...]: ... # ❌ 调外部 API — 被限频/掉线/收费 requests.get('https://some-api.com/holiday?date=2026-06-19') # ✅ 用 cn-calendar-skill — 一句话搞定 "今天开票,合同写30个工作日付款,到期日是哪天?"
SKILL.md 内嵌了完整的 Python 代码 + 国务院调休数据(2004-2026),装上就能用。
👤 "6月份有多少工作日,端午是几号到几号?" 🤖 6月有 20 个工作日。端午节 5/31-6/2 放假 3 天。 👤 "请2天假,怎么请最划算?" 🤖 推荐方案:6/26(五) + 6/29(一) 请假 2 天,连出 5 天假期(6/26-6/30)。 👤 "客户合同写'开票后 30 个工作日付款',今天开票,到期日?" 🤖 30 个工作日后是 2026-07-13(周一)。 👤 "我妈生日农历八月初八,今年公历哪天?" 🤖 农历八月初八 → 2026-09-18(周五)。
- 法定节假日:chinese-calendar(国务院办公厅官方通知,2004-2026)
- 农历:zhdate(1900-2100)
- 节气:天文公式,21 世纪精度 ±1 天
兼容 Agent:Claude Code · Codex · Cursor · Hermes · Cline · OpenCode · Windsurf · 任何支持 SKILL.md 的 Agent
- HR 团队 — 自动排班 / 考勤统计
- 电商运营 — 大促日期规划(中秋/国庆/双十一)
- 财务部门 — 合同账期计算(工作日口径)
- 物流公司 — 时效承诺(工作日口径)
- 个人开发者 — 请假规划 / 农历生日提醒
- 想要新端点?开 Issue
- 发现数据有误?提交 Bug
- 觉得有用?给个 ⭐ Star
- ETH/USDT (ERC-20):0xddD9f45e14c92846f47C1c1A4431aC2b41D87273
High-precision temporal calculation engine supporting ISO 8601 parsing, timezone conversions, business days, duration math, relative time formatting, and full calendar generation.
Provides Taiwan national holidays and compensatory workday information. Data is fetched and cached automatically.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Automated document processing and extraction
Great Question is an Agentic UX research platform for product builders. Its MCP lets AI agents create studies directly from any AI tool, surface insights, find the right research candidates, and query your entire research repository.
MCP server to interact with Routine: calendars, tasks, notes, etc.
Query contacts, companies, and relationship data extracted from your email and calendar. Build pre-meeting reports, find warm intros, and identify fading relationships.
Create and edit Tally forms and analyze submissions
An MCP server for ActivityWatch, allowing interaction with your personal time tracking data.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




