Shadcn UI MCP Server
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Shadcn UI MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/Jpisnice/shadcn-ui-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add shadcn-ui -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "shadcn-ui-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }