GetFacade for Grok
ai.getfacade/mcp
Designs a real house exterior on its own photo, prices it line by line and documents it.
client:Grok
transport:stdio
runtime:npm
Install GetFacade in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs