Skip to content
Cursor

lupaph mcp for Cursor

io.github.janmalmstrom/lupaph-mcp

Philippine property listings, transfer costs, and real estate legal info via lupaph.com.

client:Cursor transport:stdio runtime:npm

Install lupaph mcp in Cursor

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

{
  "mcpServers": {
    "lupaph-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lupaph-mcp"
      ]
    }
  }
}

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

lupaph mcp in other clients