Lunar Calendar Mcp
Description
# 🌙 农历日历 MCP 服务器 ✨ 一个提供农历日期和凶吉查询的 MCP 服务器 ## 🚀 功能特性 - 📅 `get_lunar` - 获取指定日期的农历信息 - 🔮 `get_taboo` - 查询当日宜忌事项 ## 🛠️ 安装使用 接入配置: ```json { "mcpServers": { "Mcp": { "command": "tnpx", "args": [ "-y", "lunar-calendar-mcp" ] } } } ``` ## 📦 技术栈 - Node.js - TypeScript - Model Context…
About
# 🌙 农历日历 MCP 服务器 ✨ 一个提供农历日期和凶吉查询的 MCP 服务器 ## 🚀 功能特性 - 📅 `get_lunar` - 获取指定日期的农历信息 - 🔮 `get_taboo` - 查询当日宜忌事项 ## 🛠️ 安装使用 接入配置: ```json { "mcpServers": { "Mcp": { "command": "tnpx", "args": [ "-y", "lunar-calendar-mcp" ] } } } ``` ## 📦 技术栈 - Node.js - TypeScript - Model Context Protocol (MCP) ## 📜 开源协议 [MIT…
Details
- Author
- RaoHai
- Downloads
- 268
- Categories
- Productivity
Jump to
- get_lunar – retrieve lunar calendar info for a given date
- get_taboo – query what activities are advised or avoided on a day
- Built with Node.js and TypeScript
- Follows the Model Context Protocol standard
- Open‑source under the MIT License
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Lunar Calendar McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the server in your MCP client by adding a mcpServers entry with command tnpx and args ["-y", "lunar-calendar-mcp"]. Once connected, call the get_lunar or get_taboo tools to retrieve lunar date information or daily taboos.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"lunar calendar mcp": {
"Mcp": {
"command": "tnpx",
"args": [
"-y",
"lunar-calendar-mcp"
]
}
}
}
}
McpServers
{
"Mcp": {
"command": "tnpx",
"args": [
"-y",
"lunar-calendar-mcp"
]
}
}
🌙 农历日历 MCP 服务器
✨ 一个提供农历日期和凶吉查询的 MCP 服务器
🚀 功能特性
- 📅 get_lunar - 获取指定日期的农历信息
- 🔮 get_taboo - 查询当日宜忌事项
🛠️ 安装使用
接入配置:
{
"mcpServers": {
"Mcp": {
"command": "tnpx",
"args": [
"-y",
"lunar-calendar-mcp"
]
}
}
}
📦 技术栈
- Node.js
- TypeScript
- Model Context Protocol (MCP)
📜 开源协议
🤝 贡献指南
欢迎提交 Issue 和 PR!
1. Fork 项目
2. 创建分支 (git checkout -b feature/xxx)
3. 提交更改 (git commit -am 'Add some feature')
4. 推送分支 (git push origin feature/xxx)
5. 创建 Pull Request
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



