Install Better Design MCP in Devin
Windsurf is now Devin. Run npx better-design, or follow the Devin app steps below.
Install from the terminal
Adds Better Design without replacing your other servers.
terminal
npx better-designOr configure Devin manually
Use the Devin app or paste the settings below when you need to inspect every value.
Install from the Devin app
- 1
Open Settings
PressCmd ,(on Windows,Ctrl ,). Devin opens aDevin Settingstab with a sidebar. - 2
Open Devin Local, Configuration
In the sidebar, underDevin Local, chooseConfiguration. Scroll to theMCP serversblock. - 3
Open the MCP marketplace
SelectOpen Devin MCP marketplace. Better Design is not in the catalog, so selectAdd custom MCPat the top right. - 4
Paste the block and save
Devin opens~/.config/devin/mcp_config.jsonin the editor (on Windows,%APPDATA%\devin\mcp_config.json). Merge the JSON below into it and save. - 5
Verify the server
In the marketplace sidebar, underMCPs, chooseInstalled.better-designshowsConnected. From a terminal,devin mcp get better-designshows the same entry. - 6
Still on the legacy Cascade agent?
Cascade reads~/.codeium/windsurf/mcp_config.json. In that file, name the URL fieldserverUrland leave outtransport.
Need more detail? Read the official Devin MCP documentation.
Config
json
{
"mcpServers": {
"better-design": {
"url": "https://better-design.com/api/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>",
"X-Better-Design-Client": "devin"
}
}
}
}