← All install options
Install Better Design MCP in VS Code
One-click install
Opens VS Code and adds the Better Design MCP server.
Setup
Config
json
{
"servers": {
"better-design": {
"type": "http",
"url": "https://better-design.com/api/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}