# Shadcn UI Component Reference Server

Provide seamless access to shadcn/ui component references through a standardized MCP interface. Enable LLMs and applications to query and retrieve UI component details efficiently. Enhance developer …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list heilgar/shadcn-ui-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get heilgar/shadcn-ui-mcp-server list-components

# Call a tool
npx -y @smithery/cli@latest tool call heilgar/shadcn-ui-mcp-server list-components '{}'
```

## Tools (6)

- `list-components`
- `get-component-docs`
- `install-component`
- `list-blocks`
- `get-block-docs`
- `install-blocks`

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

---

Source: https://github.com/heilgar/shadcn-ui-mcp-server
