Lunar Calendar Mcp

by RaoHai

268 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Lunar Calendar Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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)

📜 开源协议

MIT License

🤝 贡献指南

欢迎提交 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.