# OWASP/wstg | Model Context Protocol (MCP) Server > The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services. - **Stars**: ⭐ 9,649 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "wstg": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-wstg" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "wstg": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-wstg" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-wstg` - **Docker**: `docker run -i --rm mcp/wstg`