# huntabyte/shadcn-svelte | Model Context Protocol (MCP) Server > shadcn/ui, but for Svelte. ✨ - **Stars**: ⭐ 9,027 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "shadcn-svelte": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-shadcn-svelte" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "shadcn-svelte": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-shadcn-svelte" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-shadcn-svelte` - **Docker**: `docker run -i --rm mcp/shadcn-svelte`