PluginBench
MCP Server

io.github.ghdejr11-beep/saju-mcp MCP Server

io.github.ghdejr11-beep/saju-mcp

What is the io.github.ghdejr11-beep/saju-mcp MCP server?

Korean Four Pillars of Destiny (Saju/Bazi): calculate, interpret, compatibility & daily fortune.

How to install io.github.ghdejr11-beep/saju-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SAJU_API_KEY
    required
    secret

    Saju API key (sajuapi_* form). Free tier 100 req/day, no card. Get one at https://saju-api.pages.dev

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "saju-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "saju-mcp"
      ],
      "env": {
        "SAJU_API_KEY": "<YOUR_SAJU_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "saju-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "saju-mcp"
      ],
      "env": {
        "SAJU_API_KEY": "<YOUR_SAJU_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "saju-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "saju-mcp"
      ],
      "env": {
        "SAJU_API_KEY": "<YOUR_SAJU_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "saju-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "saju-mcp"
      ],
      "env": {
        "SAJU_API_KEY": "<YOUR_SAJU_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add saju-mcp --env SAJU_API_KEY=<YOUR_SAJU_API_KEY> -- npx -y saju-mcp

Related MCP servers

Deterministic Korean Saju / BaZi Four Pillars MCP. Day Master, five elements, compatibility.

Deterministic Pythagorean numerology MCP. Life Path, Destiny, Soul Urge, compatibility. No API key.