一个基于模型上下文协议(MCP)的中国节假日和农历信息服务器,为AI助手提供准确的法定节假日、调休安排、中国传统节日、农历转换、二十四节气和八字计算功能。西方节日都是固定公历日期,不需要查询工具。
项目地址:https://github.com/Eis4TY/china-festival-mcp
Tools
holiday_info
current_year_holidays
next_holiday
current_year_work_days
gregorian_to_lunar
lunar_to_gregorian
get_lunar_string
get_24_lunar_feast
get_8zi
get_weekday
Server Config
{
"mcpServers": {
"china-festival-mcp": {
"command": "uvx",
"args": [
"china-festival-mcp"
]
}
}
}