Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"uiux-tools": {
"command": "docker",
"args": [
"run",
"-i",
"MarcusViniciusBarcelos/uiux-tools-react-mui"
]
}
}
}