# infoslack/awesome-web-hacking | Model Context Protocol (MCP) Server > A list of web application security - **Stars**: ⭐ 7,135 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-web-hacking": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-web-hacking" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-web-hacking": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-web-hacking" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-web-hacking` - **Docker**: `docker run -i --rm mcp/awesome-web-hacking`