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).
Run
npx -y chinese-almanac-mcp
MCP client config
{
"mcpServers": {
"chinese-almanac-mcp": {
"command": "npx",
"args": [
"-y",
"chinese-almanac-mcp"
]
}
}
}