All install options

Install Better Design MCP in Replit Agent

Follow the setup below to give Replit Agent Better Design's systems and interface guidance.

One-click install
Opens Replit Agent and adds the Better Design MCP server.
  1. 1

    Click Add to Replit

    Use the one-click button above to install instantly.
  2. 2

    Or add manually

    Integrations pane → MCP Servers for Replit Agent → Add MCP server.
  3. 3

    Paste URL + header

    URL with an Authorization header.
Config
json
{
  "displayName": "Better Design",
  "baseUrl": "https://better-design.com/api/mcp",
  "headers": [
    {
      "key": "Authorization",
      "value": "Bearer <YOUR_API_KEY>"
    }
  ]
}