MCP.so
Sign In
L

Lunar Calendar Mcp

@RaoHai

About Lunar Calendar Mcp

No overview available yet

Basic information

Category

Productivity

Transports

stdio

Publisher

RaoHai

Submitted by

海 饶

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Productivity MCP servers