Back to Browse

Uizze MCP Server

by Uizze
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Focused full-screen UI references and hosted design materials for coding agents.

About

Focused full-screen UI references and hosted design materials for coding agents.

Remote endpoints: streamable-http: https://uizze.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

clipboard

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

file_system

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-uizze-uizze": {
      "url": "https://uizze.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Stop Making UI Slop with UIZZE

CI License: MIT

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

PathPurpose
skills/anti-ui-slopPrevent or review generic UI
skills/ui-designDesign, build, redesign, or improve interfaces
skills/ui-radarFind and compare focused UI references
integrations/mcpAuthenticated MCP setup and registry metadata
integrations/github-actionLocal pull-request source check
integrationsOptional 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.

Reviews

No reviews yet

Be the first to review this server!