Back to Apps

desnUI
by yabuku-xd
Unified discovery layer for 700+ UI components across shadcn/ui, coss/ui, and devl.dev.
1 stars
Updated 1 month ago
Works in:Cursor
Exposes:Tools
What it does
desnUI is a unified discovery server that aggregates over 700 UI components from three major libraries: shadcn/ui, coss/ui, and devl.dev. It provides a single interface to search, list, and resolve components across different registries with smart deduplication and versioning.
Tools
desnui_search: Fuzzy search across all supported UI sources.desnui_list: Browse components by source, category, or registry type.desnui_view: Get detailed info on a component including description and dependencies.desnui_resolve: Find all cross-source versions of a component name.desnui_get_add_command: Generates the exact CLI install command for a component.desnui_info: Provides catalog statistics and deduplication summaries.
Installation
Add to your MCP config using uvx:
{
"mcpServers": {
"desnui": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Yabuku-xD/desnui", "desnui"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code
- OpenCode
Quick install
uvx --from git+https://github.com/Yabuku-xD/desnui desnuiInformation
- Pricing
- free
- Published
- 6/8/2026
- Updated
- 1 month ago
- stars
- 1
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry with command 'uvx' and args ['--from', 'git+https://github.com/Yabuku-xD/desnui', 'desnui']Claude Desktop
{
"mcpServers": {
"desnui": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Yabuku-xD/desnui", "desnui"]
}
}
}





