Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,vue & React Native
| Date | Stars |
|---|---|
| 2026-07-31 | 2901 |
| 2026-08-03 | 2901 |
| 2026-08-06 | 2918 |
Today
+17 stars today
This week
— stars this week
This month
— stars this month
Momentum
53.0
growth rate 0.00%/day
# Shadcn UI v4 MCP Server [](https://badge.fury.io/js/@jpisnice%2Fshadcn-ui-mcp-server) [](https://opensource.org/licenses/MIT) [](https://archestra.ai/mcp-catalog/jpisnice__shadcn-ui-mcp-server) > **🚀 The fastest way to integrate shadcn/ui components into your AI workflow** A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to [shadcn/ui v4](https://ui.shadcn.com/) components, blocks, demos, and metadata. Seamlessly retrieve React, Svelte, Vue, and React Native implementations for your AI-powered development workflow. ## ✨ Key Features - **🎯 Multi-Framework Support** - React, Svelte, Vue, and React Native implementations - **📦 Component Source Code** - Latest shadcn/ui v4 TypeScript source - **🎨 Component Demos** - Example implementations and usage patterns - **🏗️ Blocks Support** - Complete block implementations (dashboards, calendars, forms) - **📋 Metadata Access** - Dependencies, descriptions, and configuration details - **🔍 Directory Browsing** - Explore repository structures - **⚡ Smart Caching** - Efficient GitHub API integration with rate limit handling - **🌐 SSE Transport** - Server-Sent Events support for multi-client deployments - **🐳 Docker Ready** - Production-ready containerization with Docker Compose ## 🚀 Quick Start ```bash # Basic usage (60 requests/hour) npx @jpisnice/shadcn-ui-mcp-server # With GitHub token (5000 requests/hour) - Recommended npx @jpisnice/shadcn-ui-mcp-server --github-api-key ghp_your_token_here # Switch frameworks npx @jpisnice/shadcn-ui-mcp-server --framework svelte npx @jpisnice/shadcn-ui-mcp-server --framework vue npx @jpisnice/shadcn-ui-mcp-server --framework react-native # Use Base UI instead of Radix (React only) npx @jpisnice/shadcn-ui-mcp-server --ui-library base ``` **🎯 Get your GitHub token in 2 minutes**: [docs/getting-started/github-token.md](docs/getting-started/github-token.md) ## 📦 One-Click Installation (Claude Desktop) Download and double-click the `.mcpb` file for instant installation: 1. Download `shadcn-ui-mcp-server.mcpb` from [Releases](https://github.com/Jpisnice/shadcn-ui-mcp-server/releases) 2. Double-click the file - Claude Desktop opens automatically 3. Enter your GitHub token (optional, for higher rate limits) 4. Click Install - tools are available immediately **Manual install:** Claude Desktop → Settings → MCP → Add Server → Browse → Select `.mcpb` file > **References:** [Anthropic Desktop Extensions](https://www.anthropic.com/engineering/desktop-extensions) | [Building MCPB](https://support.claude.com/en/articles/12922929-building-desktop-extensions-with-mcpb) ## 🌐 SSE Transport & Docker Deployment Run the server with **Server-Sent Events (SSE)** transport for multi-client support and production deployments: ### Quick Start with SSE ```bash # SSE mode (supports multiple concurrent connections) node build/index.js --mode sse --port 7423 # Docker Compose (production ready) docker-compose up -d # Connect with Claude Code claude mcp add --scope user --transport sse shadcn-mcp-server http://localhost:7423/sse ``` ### Transport Modes - **`stdio`** (default) - Standard input/output for CLI usage - **`sse`** - Server-Sent Events for HTTP-based connections - **`dual`** - Both stdio and SSE simultaneously ### Docker Examples ```bash # Basic container docker run -p 7423:7423 shadcn-ui-mcp-server # With GitHub API token docker run -p 7423:7423 -e GITHUB_PERSONAL_ACCESS_TOKEN=ghp_your_token shadcn-ui-mcp-server # Docker Compose (recommended) docker-compose up -d curl http://localhost:7423/health ``` ### Environment Variables - `MCP_TRANSPORT_MODE` - Transport mode (stdio|sse|dual) - `MCP_PORT` - SSE server port (default: 7423 - SHADCN on keypad!) - `MCP_HO
Excerpt of 10,559 characters
Read on GitHub83
9
6
5
4
3
Snyk bot · @Snyk
2
Bryan Thompson · @anthropics
2
2
2
1
1
1
1
1
Matvey Kukuy · archestra.ai · United Kingdom
1
GitHub Web Flow
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:33eb6e8a40e876de, topic:mcp, name:mcp server, desc:mcp server