Skip to main content
ClaudeWave

Four free UI skills, focused UIZZE MCP references, and a conservative GitHub Action for coding agents.

MCP ServersOfficial Registry11 stars1 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/24/2026
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add uizze -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "uizze": {
      "command": "npx",
      "args": ["-y", "skills"],
      "env": {
        "UIZZE_AGENT_TOKEN": "<uizze_agent_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
UIZZE_AGENT_TOKEN
Use cases

MCP Servers overview

> **Stop AI coding agents from shipping generic UI.**

# Stop Making UI Slop

Build product-specific UI with four free skills and, when useful, focused
references from [UIZZE](https://uizze.com).

![Stop Making UI Slop with UIZZE](https://uizze.com/landing/anti-ui-slop-skill-banner.png)

[![CI](https://github.com/uizze/uizze/actions/workflows/ci.yml/badge.svg)](https://github.com/uizze/uizze/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-black.svg)](LICENSE)

## Install a skill

Use `ui-design` as the broad design and implementation workflow:

```bash
npx skills add https://uizze.com --skill ui-design
```

Use `anti-ui-slop` when the task is specifically about preventing or reviewing
generic UI:

```bash
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; the four copies in this repository match them
for GitHub-native installers.

## Connect the paid MCP

Create an agent token in [UIZZE](https://uizze.com), keep it out of source
control, and connect the authenticated endpoint:

```bash
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

```yaml
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](integrations/github-action).

## Repository map

| Path | Purpose |
| --- | --- |
| [`skills/anti-ui-slop`](skills/anti-ui-slop) | Prevent or review generic UI |
| [`skills/ui-design`](skills/ui-design) | Design, build, redesign, or improve interfaces |
| [`skills/ui-radar`](skills/ui-radar) | Find and compare focused UI references |
| [`skills/ui-slop-score`](skills/ui-slop-score) | Review a rendered interface for generic choices |
| [`integrations/mcp`](integrations/mcp) | Authenticated MCP setup and registry metadata |
| [`integrations/github-action`](integrations/github-action) | Local pull-request source check |
| [`integrations`](integrations) | Optional examples and host-specific packaging |

Production metadata is authoritative:

- [Agent Skills index](https://uizze.com/.well-known/agent-skills/index.json)
- [MCP manifest](https://uizze.com/.well-known/mcp.json)
- [MCP server card](https://uizze.com/.well-known/mcp/server-card.json)
- [Setup documentation](https://uizze.com/docs)

Public directory status lives in [DISTRIBUTION.md](DISTRIBUTION.md). It is a
short inventory, not a submission backlog.

## License

[MIT](LICENSE). Bundled third-party material retains its own notices and license.
agent-skillsai-agentsai-codinganti-ui-slopclaude-codecodexcursordesign-systemsdeveloper-toolsfrontendgithub-actionsgithub-copilotios-designmcp-serverskillsui-designui-qualityui-referenceui-slopweb-design

What people ask about uizze

What is uizze/uizze?

+

uizze/uizze is mcp servers for the Claude AI ecosystem. Four free UI skills, focused UIZZE MCP references, and a conservative GitHub Action for coding agents. It has 11 GitHub stars and its last recorded update is dated 2026-08-23.

How do I install uizze?

+

You can install uizze by cloning the repository (https://github.com/uizze/uizze) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is uizze/uizze safe to use?

+

Our security agent has analyzed uizze/uizze and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains uizze/uizze?

+

uizze/uizze is maintained by uizze. The last recorded GitHub activity is dated 2026-08-23, with 0 open issues.

Are there alternatives to uizze?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy uizze to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: uizze/uizze
[![Featured on ClaudeWave](https://claudewave.com/api/badge/uizze-uizze)](https://claudewave.com/repo/uizze-uizze)
<a href="https://claudewave.com/repo/uizze-uizze"><img src="https://claudewave.com/api/badge/uizze-uizze" alt="Featured on ClaudeWave: uizze/uizze" width="320" height="64" /></a>

More MCP Servers

uizze alternatives