streamable-httpMITupdated 10d ago
Stop AI coding agents from shipping generic UI.
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.
安装
把 Uizze 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档22/25
- 维护25/25
- 可信度16/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 3.0.0最新 | 2026年8月23日 |
| 1.2.11 | 2026年8月17日 |
| 1.2.9 | 2026年8月16日 |
| 1.2.8 | 2026年8月16日 |
| 1.2.7 | 2026年8月9日 |
| 1.1.20 | 2026年7月26日 |
| 1.1.19 | 2026年7月26日 |
| 1.1.17 | 2026年7月25日 |
| 1.1.15 | 2026年7月25日 |
| 1.1.14 | 2026年7月25日 |