Skip to content
Cline

GetFacade for Cline

ai.getfacade/mcp

Designs a real house exterior on its own photo, prices it line by line and documents it.

client:Cline transport:stdio runtime:npm

Install GetFacade in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@getfacade/mcp"
      ],
      "env": {
        "GETFACADE_API_KEY": "<GETFACADE_API_KEY>",
        "GETFACADE_API_BASE_URL": "<GETFACADE_API_BASE_URL>",
        "GETFACADE_LANG": "<GETFACADE_LANG>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

GetFacade in other clients