- Explore MCP Servers
- lunar-calendar-mcp
Lunar Calendar Mcp
What is Lunar Calendar Mcp
lunar-calendar-mcp is an MCP server designed to provide information about the Chinese Lunar Calendar, including lunar dates and auspicious or inauspicious activities for specific days.
Use cases
Use cases include checking the lunar date for traditional festivals, determining auspicious days for weddings or other significant events, and providing lunar calendar information in educational applications.
How to use
To use lunar-calendar-mcp, configure it in your MCP server settings with the provided JSON configuration. You can then call the available commands to retrieve lunar information and taboos for specific dates.
Key features
Key features include get_lunar for obtaining lunar date information for a specified date and get_taboo for querying auspicious and inauspicious activities for the current day.
Where to use
lunar-calendar-mcp can be used in various applications that require lunar calendar information, such as cultural apps, event planning tools, and personal calendars.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Lunar Calendar Mcp
lunar-calendar-mcp is an MCP server designed to provide information about the Chinese Lunar Calendar, including lunar dates and auspicious or inauspicious activities for specific days.
Use cases
Use cases include checking the lunar date for traditional festivals, determining auspicious days for weddings or other significant events, and providing lunar calendar information in educational applications.
How to use
To use lunar-calendar-mcp, configure it in your MCP server settings with the provided JSON configuration. You can then call the available commands to retrieve lunar information and taboos for specific dates.
Key features
Key features include get_lunar for obtaining lunar date information for a specified date and get_taboo for querying auspicious and inauspicious activities for the current day.
Where to use
lunar-calendar-mcp can be used in various applications that require lunar calendar information, such as cultural apps, event planning tools, and personal calendars.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
🌙 农历日历 MCP 服务器
✨ 一个提供农历日期和凶吉查询的 MCP 服务器
🚀 功能特性
- 📅
get_lunar- 获取指定日期的农历信息 - 🔮
get_taboo- 查询当日宜忌事项
🛠️ 安装使用
接入配置:
{
"mcpServers": {
"lunar": {
"command": "tnpx",
"args": [
"-y",
"lunar-calendar-mcp"
]
}
}
}
📦 技术栈
- Node.js
- TypeScript
- Model Context Protocol (MCP)
📜 开源协议
🤝 贡献指南
欢迎提交 Issue 和 PR!
如何调试
安装 mcp tools: https://github.com/f/mcptools
brew tap f/mcptools brew install mcp
构建
npm run build
List Tools:
mcp tools node dist/index.js
返回:
get_lunar([date:str]) 获取当天的农历日期 get_taboo([date:str]) 获取当天的凶吉
Call Tool:
mcp call get_lunar --params '{"date":"2025-04-10"}' node dist/index.jsg
返回:
农历乙巳年二月初五
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










