A design system your AI actually reads
TypeUI feeds curated design skills and UI prompts to coding agents so they stop generating the same bland interfaces.

What it does
TypeUI is a collection of design skills, UI prompts, and layout guidance delivered through an MCP server. You connect it to your AI coding tool—Codex, Claude, Cursor, Copilot, or a dozen others—and when you ask for UI, the agent pulls from TypeUI’s curated resources instead of winging it. The repository itself is mostly the registry and integration plumbing; the actual design skills live as markdown files in DESIGN.md and SKILL.md formats.
The interesting bit The design skills are named like personality types—Agentic, Brutalism, Claymorphism, Sega, Tetris, Riso—so you can tell Claude to “make it Brutalism” and it knows what you mean. That’s a clever compression layer: design system as prompt engineering, not component library.
Key highlights
- MCP server integration for 14+ AI coding tools (Codex, Claude, Cursor, Grok, Windsurf, Zed, Cline, etc.)
- 70+ named design skills with visual preview thumbnails
- UI prompt library for common patterns (hero, pricing, FAQ, login, etc.) as SVG wireframes
- Works with any AI provider that accepts markdown or general prompting
- Hosted MCP server available; some tools need plugins, others just a server URL
Caveats
- The README is heavy on marketing grid and light on technical depth—no clear docs on how the MCP server is implemented or how to self-host
- Design skills appear to be proprietary content on typeui.sh; the repo’s exact licensing and contribution model is unclear
Verdict Worth a look if you’re tired of AI-generated UI that looks like a 2023 Tailwind template and want to steer your agent with actual design intent. Skip it if you need a traditional open-source component library you can vendor and modify.