Navigation: [/sitemap.md](/sitemap.md)

---
type: doc
title: MCP
description: Use shadcn MCP workflows with the Fulldev UI registry.
---

Fulldev UI is compatible with shadcn registry workflows. Use the official
[shadcn MCP docs](https://ui.shadcn.com/docs/mcp) as the reference for MCP
server setup and tool behavior.

## components.json

Add the Fulldev registry to `components.json`:

```json title="components.json"
{
  "registries": {
    "@fulldev": "https://ui.full.dev/r/{name}.json"
  }
}
```

## Registry namespace

When an MCP-capable client can install shadcn registry items, use the
`@fulldev` namespace for Fulldev UI components and blocks:

```bash
@fulldev/button
```
