The problem: AI tools can generate functional UI, but it often lacks the polish of professionally designed systems. Instead of generating a modal from patterns, why not fetch the actual UntitledUI modal?
How it works: - AI says "add a settings modal" - MCP fetches the real component + all base dependencies (buttons, inputs, etc.) - Files are placed in your project with correct imports
Tools available: - search_components: Find by name/description - get_component_with_deps: Fetch with all dependencies - get_example: Fetch complete page templates (dashboards, landing pages)
Requires UntitledUI Pro license for premium components. Base components are free.
GitHub: https://github.com/sbilde/untitledui-mcp npm: npx untitledui-mcp
Would love feedback on the DX and any edge cases I've missed.