streamable-httpMITupdated 10d ago
Stop AI coding agents from shipping generic UI.
What can you do with Uizze?
Stop AI coding agents from shipping generic UI.
Stop Making UI Slop
Build product-specific UI with free skills and, when useful, focused references from UIZZE.

Install a skill
Use ui-design as the broad design and implementation workflow:
npx skills add https://uizze.com --skill ui-design
Use anti-ui-slop when the task is specifically about preventing or reviewing
generic UI:
npx skills add https://uizze.com --skill anti-ui-slop
The skills work without an account, token, script, or MCP connection. The domain packages are canonical; this repository mirrors them for GitHub-native installers.
Connect the paid MCP
Create an agent token in UIZZE, keep it out of source control, and connect the authenticated endpoint:
export UIZZE_AGENT_TOKEN="uizze_at_your_token"
codex mcp add uizze --url https://uizze.com/mcp --bearer-token-env-var UIZZE_AGENT_TOKEN
The MCP intentionally exposes two tools:
find_ui_references— find or inspect up to three full-screen references.find_ui_materials— find up to three hosted fonts, icons, animated icons, or explicitly requested packs.
No result is a valid result. Agents should continue with the product's existing system instead of retrying or inventing advice.
GitHub Action
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: uizze/uizze@v1
The action performs a conservative source check on the GitHub runner. It does not upload source or replace visual, accessibility, security, or usability review. See integrations/github-action.
Repository map
| Path | Purpose |
|---|---|
skills/anti-ui-slop |
Prevent or review generic UI |
skills/ui-design |
Design, build, redesign, or improve interfaces |
skills/ui-radar |
Find and compare focused UI references |
integrations/mcp |
Authenticated MCP setup and registry metadata |
integrations/github-action |
Local pull-request source check |
integrations |
Optional examples and host-specific packaging |
Production metadata is authoritative:
Public directory status lives in DISTRIBUTION.md. It is a short inventory, not a submission backlog.
License
MIT. Bundled third-party material retains its own notices and license.
Install
Add Uizze to your client. Pick the one you use.
claude mcp add --transport http uizze https://uizze.com/mcpcodex mcp add uizze --url https://uizze.com/mcp{
"mcpServers": {
"uizze": {
"url": "https://uizze.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"uizze": {
"type": "http",
"url": "https://uizze.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"uizze": {
"url": "https://uizze.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"uizze": {
"serverUrl": "https://uizze.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 3.0.0Latest | Aug 23, 2026 |
| 1.2.11 | Aug 17, 2026 |
| 1.2.9 | Aug 16, 2026 |
| 1.2.8 | Aug 16, 2026 |
| 1.2.7 | Aug 9, 2026 |
| 1.1.20 | Jul 26, 2026 |
| 1.1.19 | Jul 26, 2026 |
| 1.1.17 | Jul 25, 2026 |
| 1.1.15 | Jul 25, 2026 |
| 1.1.14 | Jul 25, 2026 |