dtkmn/mcp-zap-server
A Spring Boot application exposing OWASP ZAP as an MCP (Model Context Protocol) server. It lets any MCP‑compatible AI agent (e.g., Claude Desktop, Cursor) orchestrate ZAP actions—spider, active scan, import OpenAPI specs, and generate reports.
Platform-specific configuration:
{
"mcpServers": {
"mcp-zap-server": {
"command": "npx",
"args": [
"-y",
"mcp-zap-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...