Ui Lab
Freeby MCP Community
MCP server for UI Lab component library - enables AI agents to discover, understand, and generate production-ready code
v0.1.63Added Apr 12, 2026
mcpmodel-context-protocolui-labcomponentsai
Ui Lab MCP Server
MCP server for UI Lab component library - enables AI agents to discover, understand, and generate production-ready code
Installation
npx -y ui-lab-mcp
Reviews
Installation
Quick install
npx -y ui-lab-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"ui-lab": {
"command": "npx",
"args": ["-y", "ui-lab-mcp"]
}
}
}