mcpbeat Sign in

Chinese Almanac MCP Server

by yonlandwu Your server? Claim it
local only

Chinese Almanac MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 361 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 260 · avg 10
a month agotoday
361
Installs / week
npm · chinese-almanac-mcp
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/smoke.ts:15
const child = spawn(process.execPath, [SERVER], { stdio: ["pipe", "pipe", "pipe"] });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chinese-almanac-mcp -- npx -y chinese-almanac-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chinese-almanac-mcp": {
      "args": [
        "-y",
        "chinese-almanac-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chinese-almanac-mcp]
command = "npx"
args = ["-y", "chinese-almanac-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chinese-almanac-mcp": {
      "args": [
        "-y",
        "chinese-almanac-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chinese-almanac-mcp": {
      "args": [
        "-y",
        "chinese-almanac-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Chinese Almanac MCP

same job, measured the same way
Chinese Astrology MCP Server by RoxyAPI
by roxyapi

BaZi four pillars, Chinese zodiac, lunisolar calendar and almanac days for AI agents.

16 tools answering
D8ly Read
by dhsiao510

Read-only Bazi, True Solar Time, and Chinese almanac tools in English and Traditional Chinese.

3 tools answering
Netcafe Almanac
by ainetcafe

Chinese almanac: lunar calendar, BaZi 八字, daily 宜忌, lucky-day picker, public holidays.

6 tools answering
Zotero Bridge
by combjellyshen

MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.

38 installs/wk local only
Nooxus MCP
by robertglools

Nooxus Edge Data MCP: Search AI-verified Chinese manufacturers, eliminate B2B hallucinations.

108 installs/wk local only
Baidu Search
by johnisanerd

Baidu search results and Chinese SERP data via the Apify Baidu Search Scraper, hosted MCP.

answering
three.ws Autopilot
by nirholas

Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions.

55 installs/wk local only
Baby Age
by babyagecalculator

Free hosted MCP server by Baby Age Calculator: exact baby age, zodiac, and milestone dates. No key.

4 tools answering

Chinese Almanac MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Chinese Almanac MCP?
Chinese Almanac MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package chinese-almanac-mcp was installed 361 times last week.
How do I connect Chinese Almanac MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls chinese-almanac-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Chinese Almanac MCP?
The npm package chinese-almanac-mcp was installed 361 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chinese Almanac MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.