# bunkerity/bunkerweb | Model Context Protocol (MCP) Server > 🛡️ Open-source and cloud-native Web Application Firewall (WAF) - **Stars**: ⭐ 10,742 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "bunkerweb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bunkerweb" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "bunkerweb": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-bunkerweb" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-bunkerweb` - **Docker**: `docker run -i --rm mcp/bunkerweb`