# 0xInfection/Awesome-WAF | Model Context Protocol (MCP) Server > Everything about Web Application Firewalls (WAFs) from Security Standpoint! 🔥 - **Stars**: ⭐ 7,469 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Awesome-WAF": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Awesome-WAF" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Awesome-WAF": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Awesome-WAF" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Awesome-WAF` - **Docker**: `docker run -i --rm mcp/Awesome-WAF`