Odel
UI Registry

UI Registry

Local
@mrityunjay-tiwari4TypeScriptMITUpdated 1mo ago

Live access to 12 shadcn-style component libraries so agents compose UI from real components.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmui-registry-mcpv0.7.1

Run

npx -y ui-registry-mcp

MCP client config

{
  "mcpServers": {
    "ui-registry": {
      "command": "npx",
      "args": [
        "-y",
        "ui-registry-mcp"
      ]
    }
  }
}