Odel
chinese almanac mcp

chinese almanac mcp

Local
@yonlandwuJavaScriptMITUpdated 1w ago

Chinese almanac (黄历) MCP: date selection, daily almanac, solar terms, zodiac horoscopes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmchinese-almanac-mcpv1.0.2

Run

npx -y chinese-almanac-mcp

MCP client config

{
  "mcpServers": {
    "chinese-almanac-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chinese-almanac-mcp"
      ]
    }
  }
}