Shadcn

MCP server for shadcn UI tooling

ClaudeSmith
Updated 1/11/2026
v1.0.0
Repository
mcp
shadcn
ui

Installation

Project Level (Recommended)

1

Create the .claude directory at your project root

mkdir -p .claude
2

Create settings.json

touch .claude/settings.json
3

Add to .claude/settings.json

{
  "marketplaces": [
    "https://github.com/JNLei/claude-tools.git"
  ],
  "plugins": [
    "shadcn@claudesmith-general"
  ]
}

Global Level

1

Open Claude

2

Add or update marketplace

/plugin marketplace add JNLei/claude-tools
Or if already added:
/plugin marketplace update claudesmith-general
3

Install plugin

/plugin install shadcn@claudesmith-general