← All install options

Install Better Design MCP in Replit Agent

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

Steps

Follow these in order to add the server in Replit Agent.

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