# hemanth/awesome-pwa | Model Context Protocol (MCP) Server > Awesome list of progressive web apps! - **Stars**: ⭐ 4,822 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-pwa": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-pwa" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-pwa": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-pwa" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-pwa` - **Docker**: `docker run -i --rm mcp/awesome-pwa`