# mui/base-ui | Model Context Protocol (MCP) Server > Unstyled UI components for building accessible web apps and design systems. From the creators of Radix, Floating UI, and Material UI. - **Stars**: ⭐ 10,585 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "base-ui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-base-ui" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "base-ui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-base-ui" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-base-ui` - **Docker**: `docker run -i --rm mcp/base-ui`