logologo

MCP

Getting Started with the Registry MCP in PaceUI

Edit on GitHub

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"
            }
        }
    }
}

Built by Denish. The source code is available on GitHub.