中华术数 MCP 排盘服务:八字・紫微斗数・六爻・梅花易数・大六壬・奇门遁甲|Deterministic Chinese-metaphysics chart calculator for AI agents (MCP). Facts only — interpretation is left to the AI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mingpan": {
"command": "npx",
"args": [
"-y",
"ChesterRa/mingpan"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mingpan npx -y ChesterRa/mingpan
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mingpan": {
"command": "npx",
"args": [
"-y",
"ChesterRa/mingpan"
]
}
}
}
📋 Copy