wstg (MCP Server)

GitHub

The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "wstg": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wstg"
      ]
    }
  }
}