Odel
cafe mcp

cafe mcp

Local
@dangamsoftJavaScriptApache-2.0Updated 2mo ago

Korean Saju (Four Pillars) MCP server with 5 free birth-chart analysis tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@dangamsoft/cafe-mcpv0.6.4

Run

npx -y @dangamsoft/cafe-mcp

MCP client config

{
  "mcpServers": {
    "cafe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dangamsoft/cafe-mcp"
      ]
    }
  }
}