GetFacade for Cursor
ai.getfacade/mcp
Designs a real house exterior on its own photo, prices it line by line and documents it.
client:Cursor
transport:stdio
runtime:npm
Install GetFacade in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs