# 安装 io.github.heavyblotto/caelus-mcp

- 类型: MCP 工具
- 说明: 提供占星历表与星盘计算工具，支持行星位置、宫位、相位与推运分析。
- 仓库: https://github.com/heavyblotto/caelus
- ⚠ 安全: 该 MCP 工具来自官方 Registry，且有可审计的开源仓库、近一年内有更新，整体未见明显高风险红旗。其主要风险面在于会执行本地代码并连接声明的远程端点 www.ephemengine.com，因此更适合按最小权限原则使用并留意实际传输内容。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "io.github.heavyblotto/caelus-mcp" MCP 服务：
执行：claude mcp add io-github-heavyblotto-caelus-mcp -- npx -y caelus-mcp
```

### Codex
```
请帮我安装 askskill 上的 "io.github.heavyblotto/caelus-mcp" MCP 服务：
在 ~/.codex/config.toml 中添加：
[mcp_servers.io-github-heavyblotto-caelus-mcp]
command = "npx"
args = ["-y","caelus-mcp"]
然后重启 Codex 生效
```

### Cursor
```
请帮我安装 askskill 上的 "io.github.heavyblotto/caelus-mcp" MCP 服务：
在 .cursor/mcp.json 的 "mcpServers" 中添加：
"io-github-heavyblotto-caelus-mcp": { "command": "npx", "args": ["-y","caelus-mcp"] }
然后在 Cursor 设置 > MCP 中启用
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
claude mcp add io-github-heavyblotto-caelus-mcp -- npx -y caelus-mcp
```

### Codex
```bash
codex mcp add io-github-heavyblotto-caelus-mcp -- npx -y caelus-mcp
```
配置文件 ~/.codex/config.toml：
```toml
[mcp_servers.io-github-heavyblotto-caelus-mcp]
command = "npx"
args = ["-y","caelus-mcp"]
```

### Cursor
配置文件 .cursor/mcp.json：
```json
{
  "mcpServers": {
    "io-github-heavyblotto-caelus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "caelus-mcp"
      ]
    }
  }
}
```
一键安装：cursor://anysphere.cursor-deeplink/mcp/install?name=io-github-heavyblotto-caelus-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImNhZWx1cy1tY3AiXX0
