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).
Run
npx -y ui-registry-mcp
MCP client config
{
"mcpServers": {
"ui-registry": {
"command": "npx",
"args": [
"-y",
"ui-registry-mcp"
]
}
}
}