← All install options
Install Better Design MCP in bolt.new
Steps
Follow these in order to add the server in bolt.new.
- 1
Open Connectors
bolt.new chatbox+→Connectors→Manage connectors→Custom MCP server. - 2
Set URL and transport
URL , TransportHTTP. - 3
Authenticate
AuthenticationAPI key→ paste your raw API key (noBearerprefix), then Connect.
Config
json
{
"name": "Better Design",
"url": "https://better-design.com/api/mcp",
"transport": "HTTP",
"authentication": {
"type": "API key",
"value": "<YOUR_API_KEY>"
}
}