← All install options
Install Better Design MCP in ZCode
Setup
- 1
Open MCP Servers
In ZCode, openSettings→MCP Servers, then clickNew MCP Server. - 2
Add the configuration
ChooseUserorWorkspace, selectFull configuration, paste the JSON below, then clickAdd. - 3
Enable and verify
Enablebetter-design, start a new Agent task, and ask:List the design systems Better Design supports.
Need more detail? Read the official ZCode MCP documentation.
Config
json
{
"mcpServers": {
"better-design": {
"type": "http",
"url": "https://better-design.com/api/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
}
}