MCP
Getting Started with the Registry MCP in PaceUI
Paste the following code into your IDE to configure the Registry MCP.
// Copy and paste the code into .cursor/mcp.json
{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": ["-y", "shadcn@canary", "registry:mcp"],
"env": {
"REGISTRY_URL": "https://ui.paceui.com/r/mcp.json"
}
}
}
}