Skip to content
VS Code

lupaph mcp for VS Code

io.github.janmalmstrom/lupaph-mcp

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

client:VS Code transport:stdio runtime:npm

Install lupaph mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

lupaph mcp in other clients