# Sjj1024/PakePlus | Model Context Protocol (MCP) Server > Turn any webpage/HTML/Vue/React and so on into desktop and mobile app under 5M with easy in few minutes. 轻松将任意网站/HTML/Vue/React等项目构建为轻量级(小于5M)多端桌面应用和手机应用仅需几分钟. https://ppofficial.netlify.app - **Stars**: ⭐ 13,008 - **Language**: HTML - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "PakePlus": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PakePlus" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "PakePlus": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-PakePlus" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-PakePlus` - **Docker**: `docker run -i --rm mcp/PakePlus`