bazi-mcp

general MCP Server

MCP server for Bazi (八字) information

Install Ready
generalgeneral
5 views391 stars158 forksv0.1.0ISC

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
391
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx bazi-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "bazi-mcp": {
      "command": "npx",
      "args": [
        "bazi-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

0
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Who Is This For?

Developers and AI applications integrating Bazi (八字) divination and Chinese metaphysics functionality into Claude-powered systems. Backend engineers building fortune-telling platforms, astrology apps, and cultural computing tools will find this particularly valuable for accessing standardized Bazi data and calculations through Claude's native interface.

Use Cases

Integrate Bazi readings into fortune-telling apps

Embed authentic Bazi analysis directly into mobile or web applications, allowing users to receive personalized readings based on their birth data without maintaining separate divination engines.

Build conversational astrology chatbots

Create Claude-powered chatbots that understand user birth information and provide contextual Bazi interpretations, combining natural language processing with traditional Chinese metaphysics data.

Generate Bazi reports for cultural apps

Automate the creation of detailed Bazi compatibility reports, personality analyses, and yearly forecasts within applications targeting users interested in Chinese metaphysics and destiny interpretation.

Add Bazi context to AI-driven guidance systems

Enhance decision-support systems and life coaching platforms with Bazi framework insights, allowing Claude to reference traditional Chinese destiny analysis alongside modern advice.

Frequently Asked Questions

What Bazi data and calculations does this MCP server provide?

The server provides access to Bazi (八字) information and analysis. Check the official documentation for specific data fields, calculation methods, and API endpoints available through this MCP integration.

How do I pass birth date and time data to get accurate Bazi readings?

You'll typically provide birth year, month, day, and exact time (if available) in your MCP requests. The server uses this data to calculate the Four Pillars and generate corresponding Bazi analysis. Precise time information improves accuracy.

Can I use this for real-time Bazi calculations or just static data retrieval?

This depends on the server's implementation. Most Bazi MCP servers support dynamic calculations based on input birth data, enabling real-time analysis rather than simple lookup tables. Verify the server's capabilities in its documentation.

What's the expected latency for Bazi queries through Claude?

Performance depends on server implementation and Claude's processing speed. Since MCP runs server-side, queries should return quickly (typically under 1-2 seconds), but test with your specific use case for production requirements.