# unplugin/unplugin-vue-components | Model Context Protocol (MCP) Server > 📲 On-demand components auto importing for Vue - **Stars**: ⭐ 4,277 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "unplugin-vue-components": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-unplugin-vue-components" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "unplugin-vue-components": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-unplugin-vue-components" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-unplugin-vue-components` - **Docker**: `docker run -i --rm mcp/unplugin-vue-components`