OWASP ZAP MCP Server for Claude Desktop
io.github.pierre3/zap-mcp
MCP server for OWASP ZAP vulnerability scanning with Docker management
client:Claude Desktop
transport:stdio
runtime:nuget
Install OWASP ZAP MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zap-mcp": {
"command": "dnx",
"args": [
"dotnet-zap-mcp",
"--yes"
],
"env": {
"ZAP_BASE_URL": "<ZAP_BASE_URL>",
"ZAP_API_KEY": "<ZAP_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs