# SupaUI MCP

Automatically generate a variety of UI components to improve development efficiency. Seamlessly integrate with Claude and Windsurf AI assistants to support custom component query and generation.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add buoooou/supaui-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list buoooou/supaui-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get buoooou/supaui-mcp fetch-ui

# Call a tool
npx -y @smithery/cli@latest tool call buoooou/supaui-mcp fetch-ui '{}'
```

## Tools (3)

- `fetch-ui`
- `list-ui`
- `create-image`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get buoooou/supaui-mcp <tool-name>
```

---

Source: https://github.com/buoooou/mcp-ui-gen
