uidiy-mcp
v0.1.0
Published
MCP server for uidiy — let AI assistants search and use UI components from ui.page-diy.com
Downloads
102
Maintainers
Readme
uidiy-mcp
MCP server for uidiy — let AI assistants search and use UI components directly.
Setup
Claude Code / Claude Desktop
Add to your MCP settings:
{
"mcpServers": {
"uidiy": {
"command": "npx",
"args": ["uidiy-mcp"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"uidiy": {
"command": "npx",
"args": ["uidiy-mcp"]
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| search_components | Search by query, category, or tags |
| get_component | Get full code (HTML/React/Vue/Svelte) |
| list_categories | List all categories |
| get_popular | Get most popular components |
Example
You: "Find me a toggle switch from uidiy"
AI: ✓ search_components({ query: "toggle switch" })
Found: neumorphic-toggle-switch
✓ get_component({ slug: "neumorphic-toggle-switch", framework: "react" })
Written to components/toggle-switch.tsxLinks
- Website: https://ui.page-diy.com
- GitHub: https://github.com/ccs5557/uidiy
