← All install options
Install Better Design MCP in v0 (Vercel)
Steps
Follow these in order to add the server in v0 (Vercel).
- 1
Open MCP Connections
In v0: clickAdd MCPfrom the prompt form, or openMCP Connectionssettings → custom server. - 2
Set the URL
URL . - 3
Authenticate
AuthBearer Token→ paste your API key. v0 uses the MCP's tools at generation-time (the generated code itself doesn't call the tools).
Config
json
{
"name": "Better Design",
"url": "https://better-design.com/api/mcp",
"authentication": {
"type": "Bearer Token",
"value": "<YOUR_API_KEY>"
}
}