MCP.so
登录
L

Lunar Calendar Mcp

@RaoHai

关于 Lunar Calendar Mcp

暂无概览

基本信息

分类

生产力

传输方式

stdio

发布者

RaoHai

提交者

海 饶

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Mcp": {
      "command": "tnpx",
      "args": [
        "-y",
        "lunar-calendar-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Lunar Calendar Mcp?

Lunar Calendar Mcp is a Model Context Protocol server that provides lunar calendar date lookups and daily auspicious/inauspicious activity queries. It is built with Node.js and TypeScript for developers integrating Chinese lunar calendar data into MCP‑compatible applications.

How to use Lunar Calendar Mcp?

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.

Key features of Lunar Calendar Mcp

  • 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

Use cases of Lunar Calendar Mcp

  • Displaying lunar dates alongside Gregorian dates in a personal calendar app
  • Surfacing traditional Chinese daily taboos for event‑planning assistants
  • Powering an AI agent that answers questions about lunar‑calendar‑based customs

FAQ from Lunar Calendar Mcp

What tools does Lunar Calendar Mcp provide?

Two tools: get_lunar for lunar date details and get_taboo for daily dos and don’ts.

What runtime is required to run Lunar Calendar Mcp?

Node.js is required, as the server is implemented in TypeScript on the Node.js platform.

How do I configure Lunar Calendar Mcp in my MCP client?

Add a mcpServers object with command: "tnpx" and args: ["-y", "lunar-calendar-mcp"].

What license is Lunar Calendar Mcp released under?

The project is licensed under the MIT License.

评论

生产力 分类下的更多 MCP 服务器