Skip to content
All install options

Install Better Design MCP in Any stdio client

Follow the setup below to give Any stdio client Better Design's systems and interface guidance.

Setup

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