Divination Chart
FreeNot checkedAn MCP server for generating Chinese divination charts (Six-line and Bazi) based on user input.
About
An MCP server for generating Chinese divination charts (Six-line and Bazi) based on user input.
README
这是一个用于生成占卜排盘(当前主要实现:六爻(Six-line)和八字(Bazi))的 MCP Server。
使用
依赖
- Python 3.12+
- uv
本地运行
1. Clone the repository
git clone https://github.com/wangsquirrel/divination-chart-mcp.git
cd divination-chart-mcp
2. 安装依赖
uv sync
3. 启动 stdio MCP server
uv run --with . divination-chart-mcp
也可以显式指定 transport:
uv run --with . divination-chart-mcp --transport stdio
uv run --with . divination-chart-mcp --transport sse
uv run --with . divination-chart-mcp --transport streamable-http
用 uvx 启动
本地仓库:
uvx --from . divination-chart-mcp
直接从 GitHub:
uvx --from git+https://github.com/wangsquirrel/divination-chart-mcp divination-chart-mcp
MCP 配置
{
"mcpServers": {
"divination-chart-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/wangsquirrel/divination-chart-mcp",
"divination-chart-mcp"
]
}
}
}
测试MCP服务
uvx fastmcp list --command 'uv run --with . divination-chart-mcp' --json
部署服务
- 使用 ASGI 服务器启动 SSE 服务:
uvicorn api.index:app --host 0.0.0.0 --port 3000
api/index.py导出了同一个 ASGI app,可用于云平台部署- 也可以直接在 Vercel 上部署这个项目,使用的是
vercel.json配置文件
Install Divination Chart in Claude Desktop, Claude Code & Cursor
unyly install divination-chart-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add divination-chart-mcp -- uvx --from git+https://github.com/wangsquirrel/divination-chart-mcp divination-chart-mcpFAQ
Is Divination Chart MCP free?
Yes, Divination Chart MCP is free — one-click install via Unyly at no cost.
Does Divination Chart need an API key?
No, Divination Chart runs without API keys or environment variables.
Is Divination Chart hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Divination Chart in Claude Desktop, Claude Code or Cursor?
Open Divination Chart on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Divination Chart with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
