Skip to content
All install options

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-design

Or 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. 1

    Open Settings

    Select Settings in the bottom-left corner.
  2. 2

    Open Customizations

    In the settings sidebar, choose Customizations.
  3. 3

    Open the MCP config

    Scroll to Installed MCP Servers and select Open MCP Config. Antigravity shows ~/.gemini/config/mcp_config.json in your file manager. Add MCP opens the built-in catalog, which does not list Better Design.
  4. 4

    Paste the block and refresh

    Merge the JSON below into the file and save it. Select the refresh icon next to Add MCP, then confirm better-design shows 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"
      }
    }
  }
}