# heroui-inc/heroui | Model Context Protocol (MCP) Server > 🚀 Beautiful, fast and modern React UI library. (Previously NextUI) - **Stars**: ⭐ 30,354 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "heroui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-heroui" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "heroui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-heroui" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-heroui` - **Docker**: `docker run -i --rm mcp/heroui`