# MCP-UI-Org/mcp-ui | Model Context Protocol (MCP) Server > UI over MCP. Create next-gen UI experiences with the protocol and SDK! - **Stars**: ⭐ 4,788 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "mcp-ui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mcp-ui" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "mcp-ui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mcp-ui" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-mcp-ui` - **Docker**: `docker run -i --rm mcp/mcp-ui`