PluginBench
MCP Server

io.github.ghdejr11-beep/bazi-api MCP Server

io.github.ghdejr11-beep/bazi-api

What is the io.github.ghdejr11-beep/bazi-api MCP server?

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

How to install io.github.ghdejr11-beep/bazi-api

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bazi-api": {
      "url": "https://bazi-api.kunstudio.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bazi-api": {
      "serverUrl": "https://bazi-api.kunstudio.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bazi-api": {
      "type": "http",
      "url": "https://bazi-api.kunstudio.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "bazi-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://bazi-api.kunstudio.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http bazi-api https://bazi-api.kunstudio.workers.dev/mcp

Related MCP servers

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

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

View repository →