QiyueAstro MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@QiyueAstro MCP ServerDraw a three-card tarot spread about my career"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QiyueAstro MCP Server 🎴☯️
MCP (Model Context Protocol) server for Eastern & Western divination — tarot, Lenormand, I Ching, Meihua, Qi Men, BaZi, Zi Wei Dou Shu, Xiao Liu Ren and Da Liu Ren.
Works with Claude Desktop, Cursor, OpenClaw, Zed and any MCP client. No API key, no signup — data comes from the free QiyueAstro public API.
✨ Tools
Tool | Description |
| Draw tarot cards — 13 spreads (single, three-card, celtic-cross, yes-or-no, love…) or N cards |
| Browse the 78-card Rider-Waite deck, card details by id |
| List all available tarot spreads |
| Draw Lenormand cards — 8 spreads (three, relationship, decision, nine-card grid, grand-tableau…) |
| Browse the 36-card Lenormand deck |
| I Ching hexagram casting (coins / time / numbers), moving lines + changed hexagram |
| Look up any of the 64 hexagrams (id or binary) |
| Meihua Yishu casting (time / numbers) with Ti/Yong analysis |
| Qi Men Dun Jia chart layout |
| BaZi (Four Pillars) chart — pillars, WuXing counts, DaYun |
| Zi Wei Dou Shu chart — 12 palaces, major stars, brightness |
| Xiao Liu Ren quick divination (Da An, Liu Lian, Su Xi…) |
| Da Liu Ren lesson casting — four lessons, three transmissions |
Related MCP server: 命盘 Mingpan
🚀 Install
Claude Desktop
// claude_desktop_config.json
{
"mcpServers": {
"qiyue": {
"command": "npx",
"args": ["-y", "github:BloodymaryGG/qiyue-mcp"]
}
}
}Cursor
Settings → MCP → Add new server:
Name: qiyue
Type: command
Command: npx -y github:BloodymaryGG/qiyue-mcpOpenClaw
openclaw mcp add qiyue -- npx -y github:BloodymaryGG/qiyue-mcpManual (from source)
git clone https://github.com/BloodymaryGG/qiyue-mcp
cd qiyue-mcp
npm install
node index.mjs # stdio MCP serverTest without a client
npm install
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | node index.mjs🧩 Example prompts
"Draw a three-card tarot spread about my career"
"Cast the I Ching — should I accept the job offer?"
"What does The Tower card mean?"
"Give me my BaZi chart for 1998-06-15 12:00, male"
"小六壬看一下今天运势"
🌙 About QiyueAstro
QiyueAstro (栖月) — a full divination platform with 14 modules, AI-powered readings in 9 languages, free daily credits, and shareable reading cards. The MCP server above is a thin wrapper over its free public API.
📄 License
MIT. Card art is public-domain Rider-Waite-Smith line art.
Built with ❤️ by BloodymaryGG · qiyueastro.com
This server cannot be deployed
Maintenance
Related MCP Connectors
BaZi (八字) MCP gateway + 玄学社区. 12 tools (4 fortune + 5 forum + 3 meta). x-api-key required.
Official Divine API MCP for Horoscope, Tarot, Numerology, and PDF Reports.
Official Divine API MCP for Western Astrology: Natal, Synastry, Transit, Composite, Progressions.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceZi Wei Dou Shu (Chinese astrology) charting MCP server. Generates complete ziwei natal charts and transit overlays (12 palaces, 14 major stars, sihua) from birth date and time, powered by FateStar's reversible charting engine.9 npmMIT
- AlicenseAqualityAmaintenanceProvides traditional Chinese astrology (Bazi, Ziwei) and divination (Liuyao, Meihua, Qimen, etc.) calculations as MCP tools for AI assistants.17403 npm108Apache 2.0
- FlicenseNot gradedqualityBmaintenanceMCP server that calculates saju (four pillars) from birth date/time and provides entertaining interpretations of daily fortune, yearly luck, compatibility, name analysis, and tarot using MIT-licensed manseryeok-js.-
- AlicenseAqualityAmaintenanceMCP server for ai-divination-skills that provides tools for tarot draws, I Ching casts, Xiao Liu Ren casts, and Bazi chart generation, returning auditable JSON results for AI interpretation.55MIT