# tusen-ai/naive-ui | Model Context Protocol (MCP) Server > A Vue 3 Component Library. Fairly Complete. Theme Customizable. Uses TypeScript. Fast. - **Stars**: ⭐ 18,484 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "naive-ui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-naive-ui" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "naive-ui": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-naive-ui" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-naive-ui` - **Docker**: `docker run -i --rm mcp/naive-ui`