← All install options

Install Better Design MCP in bolt.diy

Steps

Follow these in order to add the server in bolt.diy.

  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>"
      }
    }
  }
}