developer tools

Shadcn Ui Mcp Server

MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

typescript
local
developer tools
0
View on GitHub

Installation

npx -y Jpisnice/shadcn-ui-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "shadcn-ui-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "Jpisnice/shadcn-ui-mcp-server"
  ]
}

About This MCP Server

Jpisnice/shadcn-ui-mcp-server

MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

GitHub: https://github.com/Jpisnice/shadcn-ui-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub