Browse, search, and install components from shadcn registries. Supports multiple registries, namespaced components, and natural language component installation.
npx @getmcp/cli add shadcnConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": [
"shadcn@latest",
"mcp"
]
}
}
}