general MCP Server
MCP server for Bazi (八字) information
Discovered via unknown and last synced 3mo ago.
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)
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.
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.
Create Claude-powered chatbots that understand user birth information and provide contextual Bazi interpretations, combining natural language processing with traditional Chinese metaphysics data.
Automate the creation of detailed Bazi compatibility reports, personality analyses, and yearly forecasts within applications targeting users interested in Chinese metaphysics and destiny interpretation.
Enhance decision-support systems and life coaching platforms with Bazi framework insights, allowing Claude to reference traditional Chinese destiny analysis alongside modern advice.
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.
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.
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.
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.