Skip to content
Cursor

cafe mcp for Cursor

io.github.dangamsoft/cafe-mcp

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

client:Cursor transport:stdio runtime:npm

Install cafe mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cafe mcp in other clients