Install Better Design MCP in Antigravity
Run npx better-design, or follow the Antigravity steps below.
Install from the terminal
Adds Better Design without replacing your other servers.
terminal
npx better-designOr configure Antigravity manually
Use the Antigravity app or paste the settings below when you need to inspect every value.
Install from the Antigravity app
- 1
Open Settings
SelectSettingsin the bottom-left corner. - 2
Open Customizations
In the settings sidebar, chooseCustomizations. - 3
Open the MCP config
Scroll toInstalled MCP Serversand selectOpen MCP Config. Antigravity shows~/.gemini/config/mcp_config.jsonin your file manager.Add MCPopens the built-in catalog, which does not list Better Design. - 4
Paste the block and refresh
Merge the JSON below into the file and save it. Select the refresh icon next toAdd MCP, then confirmbetter-designshows a green dot.
Need more detail? Read the official Antigravity MCP documentation.
Config
json
{
"mcpServers": {
"better-design": {
"serverUrl": "https://better-design.com/api/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>",
"X-Better-Design-Client": "antigravity"
}
}
}
}