dotnet-zap-mcp

pierre3/dotnet-zap-mcp
★ 3 stars C# 🤖 AI/LLM Updated 1mo ago
MCP server for OWASP ZAP. Enables AI agents to drive vulnerability scanning via the Model Context Protocol.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet-zap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pierre3/dotnet-zap-mcp"
      ]
    }
  }
}