Skip to main content
Developer ToolsTypeScript

Jpisnice/shadcn-ui-mcp-server

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

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
Jpisnice