All install options

Install Better Design MCP in bolt.diy

Follow the setup below to give bolt.diy Better Design's systems and interface guidance.

  1. 1

    Open Settings → MCP

    In bolt.diy. (bolt.new, the hosted version, does not yet expose an MCP tab.)
  2. 2

    Add the server

    Add a new server with the URL and Authorization header from the config above.
Config
json
{
  "mcpServers": {
    "better-design": {
      "url": "https://better-design.com/api/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_API_KEY>"
      }
    }
  }
}