shadcn-vue-mcp.md

shadcn-vue MCP Server

UI App
from"shadcn-vue"

Browse, search, and install shadcn-vue registry components via MCP

Developer Tools
shadcn-vuecomponentsregistryMCP
install.sh
# Clone the repository
$git clone https://github.com/shadcn-vue/shadcn-vue-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve