5 months ago
An MCP server for UntitledUI components - both base and pro.
Server Config
{
"mcpServers": {
"untitledui": {
"command": "npx",
"args": [
"untitledui-mcp"
],
"env": {
"UNTITLEDUI_LICENSE_KEY": "<your-key>"
}
}
}
}