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
{
"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