← All install options

Install Better Design MCP in Any stdio client

Setup

Config
json
{
  "mcpServers": {
    "better-design": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://better-design.com/api/mcp",
        "--header",
        "Authorization: Bearer <YOUR_API_KEY>"
      ]
    }
  }
}