mcp-zap-server

dtkmn/mcp-zap-server
★ 47 stars Java 🤖 AI/LLM Updated 25d ago
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.
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": {
    "mcp-zap-server": {
      "command": "npx",
      "args": [
        "-y",
        "dtkmn/mcp-zap-server"
      ]
    }
  }
}

Topics

javallmmcpmcp-serverowaspspring-aispring-bootzap