八字排盘核心算法:历法与四柱、真太阳时、身强弱、格局、用神。BaZi (Chinese Four Pillars) core engine in TypeScript, with an MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"zhiji-bazi": {
"command": "npx",
"args": [
"-y",
"AmsonntagChow/zhiji-bazi"
]
}
}
}
Run in terminal:
claude mcp add zhiji-bazi npx -y AmsonntagChow/zhiji-bazi
Add to .cursor/mcp.json:
{
"mcpServers": {
"zhiji-bazi": {
"command": "npx",
"args": [
"-y",
"AmsonntagChow/zhiji-bazi"
]
}
}
}